prevent dropbear from closing the tty prematurely if the readfd closes
[openwrt.git] / package / ipset / Makefile
index f78ab77..f3b451d 100644 (file)
@@ -15,9 +15,6 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-20050914.tar.bz2
 PKG_SOURCE_URL:=http://ipset.netfilter.org
 PKG_MD5SUM:=1709424cc2cdb925d4fb6fd5fcaefc26
-PKG_CAT:=bzcat
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -30,6 +27,7 @@ endef
 
 define Build/Compile
        $(call Build/Compile/Default, \
+               COPT_FLAGS="$(TARGET_CFLAGS)" \
                KERNEL_DIR="$(LINUX_DIR)" \
        )
 endef
This page took 0.022313 seconds and 4 git commands to generate.