Add fix from #1877

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7582 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-12 11:09:58 +00:00
parent 793494317c
commit 602f41849b

View File

@ -30,15 +30,12 @@ define Package/gkrellmd
URL:=http://gkrellm.net/
endef
define Build/Configure
endef
define Build/Compile
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS) "
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS)"
LDFLAGS="$(EXTRA_LDFLAGS) "
$(MAKE) -C $(PKG_BUILD_DIR)/server \
CC=$(TARGET_CC) \
glib12=yes \
CC="$(TARGET_CC)" \
glib12="yes" \
GLIB12_LIB="-L$(STAGING_DIR)/usr/lib -lglib -lgmodule" \
GLIB12_INCLUDE="-I$(STAGING_DIR)/usr/include/glib-1.2 -I$(STAGING_DIR)/usr/lib/glib/include"
endef