From 4ceaccf2950c80df18e7b63ac8ed528cbfa1fdaa Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 27 Oct 2006 15:48:48 +0000 Subject: [PATCH] add target optimization flags SVN-Revision: 5312 --- package/ipset/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2