fix logrotate compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6156 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-01-21 02:19:24 +00:00
parent 27df6b8239
commit 26c402dd94

View File

@ -45,8 +45,8 @@ endef
define Build/Compile
$(call Build/Compile/Default, \
RPM_OPT_FLAGS="\$$$$(EXTRA_CFLAGS)" \
LDFLAGS="\$$$$(EXTRA_LDFLAGS)" \
RPM_OPT_FLAGS="$(EXTRA_CFLAGS)" \
LDFLAGS="$(EXTRA_LDFLAGS)" \
logrotate \
)
endef