[packages] lm-sensors: suppress /usr/lib rpath which leads to linking failure when...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Jul 2012 10:50:03 +0000 (10:50 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Jul 2012 10:50:03 +0000 (10:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32583 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/lm-sensors/Makefile

index 99fe799..cfee110 100644 (file)
@@ -73,6 +73,7 @@ define Build/Compile
                STAGING_DIR="$(STAGING_DIR)" \
                PREFIX="/usr" \
                MACHINE="$(ARCH)" \
+               EXLDFLAGS="" \
                user
 endef