[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
This commit is contained in:
jow 2012-07-03 10:50:03 +00:00
parent cbaf0f7461
commit 0203f3d0ef

View File

@ -73,6 +73,7 @@ define Build/Compile
STAGING_DIR="$(STAGING_DIR)" \
PREFIX="/usr" \
MACHINE="$(ARCH)" \
EXLDFLAGS="" \
user
endef