From: florian Date: Tue, 5 Aug 2008 13:13:54 +0000 (+0000) Subject: Do not build gkrellmd with libsensors, not available with every architecture X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=f8fd24cee328c67cab1dd4155b797bbaf714ec94;p=packages.git Do not build gkrellmd with libsensors, not available with every architecture git-svn-id: svn://svn.openwrt.org/openwrt/packages@12135 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/admin/gkrellmd/Makefile b/admin/gkrellmd/Makefile index 50e728ca6..aae3cc98d 100644 --- a/admin/gkrellmd/Makefile +++ b/admin/gkrellmd/Makefile @@ -40,6 +40,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/server \ CC="$(TARGET_CC)" \ glib12="yes" \ + without-libsensors="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