From: Jo-Philipp Wich Date: Tue, 3 Jul 2012 10:50:03 +0000 (+0000) Subject: [packages] lm-sensors: suppress /usr/lib rpath which leads to linking failure when... X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=683260d0ee111e59007002c8ba032a86e13dfbcc;p=openwrt%2Fsvn-archive%2Farchive.git [packages] lm-sensors: suppress /usr/lib rpath which leads to linking failure when compiling on x86 for x86 SVN-Revision: 32583 --- diff --git a/utils/lm-sensors/Makefile b/utils/lm-sensors/Makefile index 99fe7990e4..cfee110035 100644 --- a/utils/lm-sensors/Makefile +++ b/utils/lm-sensors/Makefile @@ -73,6 +73,7 @@ define Build/Compile STAGING_DIR="$(STAGING_DIR)" \ PREFIX="/usr" \ MACHINE="$(ARCH)" \ + EXLDFLAGS="" \ user endef