From 683260d0ee111e59007002c8ba032a86e13dfbcc Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 3 Jul 2012 10:50:03 +0000 Subject: [PATCH] [packages] lm-sensors: suppress /usr/lib rpath which leads to linking failure when compiling on x86 for x86 SVN-Revision: 32583 --- utils/lm-sensors/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2