From 9744aa6361eb86f9691ed581ea8a762167f38287 Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 27 Jan 2007 16:17:01 +0000 Subject: [PATCH] use target optimizations git-svn-id: svn://svn.openwrt.org/openwrt/packages@6220 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/logrotate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/logrotate/Makefile b/utils/logrotate/Makefile index 22734ceb6..51f838031 100644 --- a/utils/logrotate/Makefile +++ b/utils/logrotate/Makefile @@ -45,7 +45,7 @@ endef define Build/Compile $(call Build/Compile/Default, \ - RPM_OPT_FLAGS="$(EXTRA_CFLAGS)" \ + RPM_OPT_FLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS)" \ LDFLAGS="$(EXTRA_LDFLAGS)" \ logrotate \ ) -- 2.11.0