[packages] lm-sensors: suppress /usr/lib rpath which leads to linking failure when...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 3 Jul 2012 10:50:03 +0000 (10:50 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 3 Jul 2012 10:50:03 +0000 (10:50 +0000)
SVN-Revision: 32583

utils/lm-sensors/Makefile

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