projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6026a45
)
[packages] lm-sensors: suppress /usr/lib rpath which leads to linking failure when...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 3 Jul 2012 10:50:03 +0000
(10:50 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 3 Jul 2012 10:50:03 +0000
(10:50 +0000)
SVN-Revision: 32583
utils/lm-sensors/Makefile
patch
|
blob
|
history
diff --git
a/utils/lm-sensors/Makefile
b/utils/lm-sensors/Makefile
index 99fe7990e4d626369580923f6cfb4514ab9e0832..cfee11003599d5b339f002f6ceb66875e41e307a 100644
(file)
--- 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