From: Florian Fainelli Date: Tue, 12 Jun 2007 11:09:58 +0000 (+0000) Subject: Add fix from #1877 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=80d83babd8f7c269ef19550fb3ddebec6d3e820d;p=openwrt%2Fsvn-archive%2Fpackages.git Add fix from #1877 SVN-Revision: 7582 --- diff --git a/admin/gkrellmd/Makefile b/admin/gkrellmd/Makefile index 1153b2743..507eba577 100644 --- a/admin/gkrellmd/Makefile +++ b/admin/gkrellmd/Makefile @@ -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