From a71d30ed69dfb7fcf83b9e7dfa7219f1b9e1808c Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 5 Aug 2008 13:13:54 +0000 Subject: [PATCH] Do not build gkrellmd with libsensors, not available with every architecture SVN-Revision: 12135 --- admin/gkrellmd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/gkrellmd/Makefile b/admin/gkrellmd/Makefile index 50e728ca6d..aae3cc98d3 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 -- 2.30.2