From 24fa362bcbd44baaf9266614ae52c9fa423ab646 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 27 Jan 2007 16:17:01 +0000 Subject: [PATCH] use target optimizations SVN-Revision: 6220 --- utils/logrotate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ ) -- 2.30.2