fix cflags in gkrellmd
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8258 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9925346e48
commit
c266b908d1
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user