From: Nicolas Thill Date: Fri, 27 Oct 2006 15:48:48 +0000 (+0000) Subject: add target optimization flags X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=300eee71f942ce83e77f930facb0db53f3a90dc4;p=librecmc%2Flibrecmc.git add target optimization flags SVN-Revision: 5312 --- diff --git a/package/ipset/Makefile b/package/ipset/Makefile index f78ab77a05..3b53858601 100644 --- a/package/ipset/Makefile +++ b/package/ipset/Makefile @@ -30,6 +30,7 @@ endef define Build/Compile $(call Build/Compile/Default, \ + COPT_FLAGS="$(TARGET_CFLAGS)" \ KERNEL_DIR="$(LINUX_DIR)" \ ) endef