diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-11 19:23:03 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-11 21:18:42 +0100 |
commit | bf867f7f84e12dd1007c464bf5787585048cff86 (patch) | |
tree | 9910ca1ff76c4334494f31bf5d3150509b13f55d /toolchain/glibc/Makefile | |
parent | e9f76f0f46509dbaa03dc19564729480e3997684 (diff) | |
download | upstream-bf867f7f84e12dd1007c464bf5787585048cff86.tar.gz upstream-bf867f7f84e12dd1007c464bf5787585048cff86.tar.bz2 upstream-bf867f7f84e12dd1007c464bf5787585048cff86.zip |
glibc: override default rpath to /lib:/usr/lib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/glibc/Makefile')
-rw-r--r-- | toolchain/glibc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile index 974691c1c9..24526ceec2 100644 --- 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 |