summaryrefslogtreecommitdiffstats
path: root/package/ipset/Makefile
diff options
context:
space:
mode:
authorpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-07 17:43:50 +0000
committerpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-07 17:43:50 +0000
commit956ca1e806eb42b24df3029cb686cadfece7c175 (patch)
tree6d8c49141c874033608c632de2637548e3c9ebf9 /package/ipset/Makefile
parent25bb457b353c168386cbd17bb2580a3f052fdec4 (diff)
fix ipset bitops not working
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7520 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipset/Makefile')
-rw-r--r--package/ipset/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index f3b451d62..b06a727f1 100644
--- a/package/ipset/Makefile
+++ b/package/ipset/Makefile
@@ -29,6 +29,7 @@ define Build/Compile
$(call Build/Compile/Default, \
COPT_FLAGS="$(TARGET_CFLAGS)" \
KERNEL_DIR="$(LINUX_DIR)" \
+ PREFIX="/usr" \
)
endef