summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-10 15:48:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-10 15:48:48 +0000
commit2efe776ab082723fe94e91ae7d45e65480bb3faa (patch)
treedd201df6a2f86fc93b1f7a34039981e5ce1bff48 /rules.mk
parent572b94308008ea0323cb11df945ad7c2313fc320 (diff)
downloadmaster-31e0f0ae-2efe776ab082723fe94e91ae7d45e65480bb3faa.tar.gz
master-31e0f0ae-2efe776ab082723fe94e91ae7d45e65480bb3faa.tar.bz2
master-31e0f0ae-2efe776ab082723fe94e91ae7d45e65480bb3faa.zip
scripts: extend rstrip.sh to remove bad rpaths
Remove all rpath entries which do not point to a location below /lib or /usr/lib and which do not begin with '$ORIGIN'. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44377
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index 949bfb27e8..a79e20dfa4 100644
--- a/rules.mk
+++ b/rules.mk
@@ -269,6 +269,7 @@ else
NM="$(TARGET_CROSS)nm" \
STRIP="$(STRIP)" \
STRIP_KMOD="$(SCRIPT_DIR)/strip-kmod.sh" \
+ PATCHELF="$(STAGING_DIR_HOST)/bin/patchelf" \
$(SCRIPT_DIR)/rstrip.sh
endif