From 0ddba7f6c8a6717c56c16daa3474c73bcf21b616 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 4 Mar 2011 07:41:39 +0000 Subject: [PATCH] [packages] openl2tp: fix compilation against librpc git-svn-id: svn://svn.openwrt.org/openwrt/packages@25860 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/openl2tp/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net/openl2tp/Makefile b/net/openl2tp/Makefile index 1c16d50e9..811225da4 100644 --- a/net/openl2tp/Makefile +++ b/net/openl2tp/Makefile @@ -25,7 +25,8 @@ include $(INCLUDE_DIR)/package.mk define Package/openl2tp SECTION:=net CATEGORY:=Network - DEPENDS:=+kmod-pppol2tp +ppp +portmap +libreadline +libncurses @!LINUX_2_4 + DEPENDS:=+kmod-pppol2tp +ppp +portmap +libreadline +libncurses \ + @!LINUX_2_4 $(LIBRPC_DEPENDS) TITLE:=An L2TP (Layer 2 Tunneling Protocol) daemon URL:=http://www.openl2tp.org/ SUBMENU:=VPN @@ -45,7 +46,9 @@ MAKE_FLAGS+= \ PPPD_VERSION="$(PKG_PPPD_VERSION)" \ READLINE_DIR="$(STAGING_DIR)/usr" \ PPPD_SRCDIR="$(STAGING_DIR)/usr/include" \ - PPPD_LIBDIR="$(STAGING_DIR)/usr/lib" + PPPD_LIBDIR="$(STAGING_DIR)/usr/lib" \ + CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ + LIBS.dmalloc="-L$(STAGING_DIR)/usr/lib $(LIBRPC)" define Package/openl2tp/install $(INSTALL_DIR) $(1)/usr/bin