[package] fix rp-pppoe compilation with the new ppp upgrade (#5191)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 May 2009 16:19:35 +0000 (16:19 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 May 2009 16:19:35 +0000 (16:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16060 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/rp-pppoe/Makefile

index 79b1b29..558aa36 100644 (file)
@@ -73,7 +73,7 @@ endef
 
 TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/src/libevent
 CONFIGURE_PATH := ./src
-CONFIGURE_ARGS += ac_cv_path_PPPD=/usr/sbin/pppd --enable-plugin=../../ppp-2.4.3/ipkg-install/usr/include/
+CONFIGURE_ARGS += ac_cv_path_PPPD=/usr/sbin/pppd --enable-plugin=../../ppp-2.4.4/ipkg-install/usr/include/
 MAKE_FLAGS := DESTDIR="$(PKG_INSTALL_DIR)" install
 MAKE_PATH := ./src