From: jow 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://207.154.207.93/?a=commitdiff_plain;h=0203f3d0ef9e094a7e75ab656c5a88caa282d7d1;p=packages.git [packages] lm-sensors: suppress /usr/lib rpath which leads to linking failure when compiling on x86 for x86 git-svn-id: svn://svn.openwrt.org/openwrt/packages@32583 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/lm-sensors/Makefile b/utils/lm-sensors/Makefile index 99fe7990e..cfee11003 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