fix cflags in gkrellmd

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8258 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-07-31 09:57:34 +00:00
parent 9925346e48
commit c266b908d1

View File

@ -31,8 +31,8 @@ define Package/gkrellmd
endef
define Build/Compile
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS)"
LDFLAGS="$(EXTRA_LDFLAGS) "
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS)" \
LDFLAGS="$(EXTRA_LDFLAGS) " \
$(MAKE) -C $(PKG_BUILD_DIR)/server \
CC="$(TARGET_CC)" \
glib12="yes" \