From: florian 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://207.154.207.93/?a=commitdiff_plain;h=d830bb45890748f96e43955620c8f97fc2ea5de9;p=packages.git [package] fix rp-pppoe compilation with the new ppp upgrade (#5191) git-svn-id: svn://svn.openwrt.org/openwrt/packages@16060 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 79b1b29e0..558aa36c6 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