use target optimizations
authorNicolas Thill <nico@openwrt.org>
Sat, 27 Jan 2007 16:17:01 +0000 (16:17 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 27 Jan 2007 16:17:01 +0000 (16:17 +0000)
SVN-Revision: 6220

utils/logrotate/Makefile

index 22734ceb6fe2fb06dd80252bc7ad15f0a8bd0e31..51f8380317ab6ba5fc763d8de540787b0cbddfe2 100644 (file)
@@ -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 \
        )