projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9f76f0
)
glibc: override default rpath to /lib:/usr/lib
author
Felix Fietkau
<nbd@nbd.name>
Sat, 11 Feb 2017 18:23:03 +0000
(19:23 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Sat, 11 Feb 2017 20:18:42 +0000
(21:18 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
toolchain/glibc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/glibc/Makefile
b/toolchain/glibc/Makefile
index 974691c1c9f4aff1695361b459692b374f12abd8..24526ceec2c92c3f1eb49543fd82978706897d52 100644
(file)
--- a/
toolchain/glibc/Makefile
+++ b/
toolchain/glibc/Makefile
@@
-8,6
+8,7
@@
define Host/Compile
+$(MAKE) -C $(CUR_BUILD_DIR) \
PARALLELMFLAGS="$(HOST_JOBS)" \
BUILD_CFLAGS="$(HOST_CFLAGS)" \
+ default-rpath="/lib:/usr/lib" \
all
endef