From: Nicolas Thill Date: Sat, 27 Jan 2007 16:17:01 +0000 (+0000) Subject: use target optimizations X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=24fa362bcbd44baaf9266614ae52c9fa423ab646;p=openwrt%2Fsvn-archive%2Farchive.git use target optimizations SVN-Revision: 6220 --- diff --git a/utils/logrotate/Makefile b/utils/logrotate/Makefile index 22734ceb6f..51f8380317 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 \ )