remove old image builder directory - will be rewritten
[openwrt.git] / package / ipsec-tools / Makefile
index 5d2b391..3548590 100644 (file)
@@ -21,11 +21,12 @@ PKG_CAT:=bzcat
 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
 
 include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/kernel.mk
 
 define Package/ipsec-tools
 SECTION:=base
 CATEGORY:=Network
-DEPENDS:=@LINUX_2_6
+DEPENDS:=@LINUX_2_6 +libopenssl
 TITLE:=IPsec management tools
 DESCRIPTION:=IPsec management tools
 URL:=http://ipsec-tools.sourceforge.net/
@@ -71,6 +72,8 @@ define Build/Configure
                        --with-openssl="$(STAGING_DIR)/usr" \
                        --without-libradius \
                        --without-libpam \
+                       --enable-dpd \
+                       --enable-natt \
        );
 endef
 
This page took 0.026541 seconds and 4 git commands to generate.