projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbaf0f7
)
[packages] lm-sensors: suppress /usr/lib rpath which leads to linking failure when...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Jul 2012 10:50:03 +0000
(10:50 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Jul 2012 10:50:03 +0000
(10:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32583
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/lm-sensors/Makefile
patch
|
blob
|
history
diff --git
a/utils/lm-sensors/Makefile
b/utils/lm-sensors/Makefile
index
99fe799
..
cfee110
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