From: Florian Fainelli Date: Mon, 25 May 2009 16:19:35 +0000 (+0000) Subject: [package] fix rp-pppoe compilation with the new ppp upgrade (#5191) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=714bf0ce8a7f31b0f8430a146acd1b0403a96ff0;p=openwrt%2Fsvn-archive%2Farchive.git [package] fix rp-pppoe compilation with the new ppp upgrade (#5191) SVN-Revision: 16060 --- diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 79b1b29e0f..558aa36c62 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -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