diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-10 15:48:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-10 15:48:48 +0000 |
commit | 2efe776ab082723fe94e91ae7d45e65480bb3faa (patch) | |
tree | dd201df6a2f86fc93b1f7a34039981e5ce1bff48 /rules.mk | |
parent | 572b94308008ea0323cb11df945ad7c2313fc320 (diff) | |
download | mtk-20170518-2efe776ab082723fe94e91ae7d45e65480bb3faa.zip mtk-20170518-2efe776ab082723fe94e91ae7d45e65480bb3faa.tar.gz mtk-20170518-2efe776ab082723fe94e91ae7d45e65480bb3faa.tar.bz2 |
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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |