Do not build gkrellmd with libsensors, not available with every architecture
authorFlorian Fainelli <florian@openwrt.org>
Tue, 5 Aug 2008 13:13:54 +0000 (13:13 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 5 Aug 2008 13:13:54 +0000 (13:13 +0000)
SVN-Revision: 12135

admin/gkrellmd/Makefile

index 50e728ca6d8d4cca320c72878ce2911500a8bb34..aae3cc98d305816c8d0da9ae7835d8e267385e3b 100644 (file)
@@ -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