aboutsummaryrefslogtreecommitdiffstats
path: root/include/image.mk
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-11-18 15:19:46 +0000
committerJonas Gorski <jogo@openwrt.org>2014-11-18 15:19:46 +0000
commitac9840c22dfa8b27a4d8081343f0960bd9ace4d6 (patch)
treea3a06bd756986302687ebeaaaf7a253a695b44f0 /include/image.mk
parente86b60dcd28bbd6924674fa13ef16ffe487db89c (diff)
downloadmaster-187ad058-ac9840c22dfa8b27a4d8081343f0960bd9ace4d6.tar.gz
master-187ad058-ac9840c22dfa8b27a4d8081343f0960bd9ace4d6.tar.bz2
master-187ad058-ac9840c22dfa8b27a4d8081343f0960bd9ace4d6.zip
base-files: properly fix copying ld*.so with eglibc
r36107 ("base-files: sysupgrade fail with eglibc") tried to fix sysupgrade by changing the ld-soname to what is expected, but only fixed MIPS while breaking ARM. The underlying issue is that the ld.so name varies widely across different architectures for eglibc: eglibc-2.19-r25243$ grep -r "ld-soname :=" . | awk '{ print $3 }' | sort -u ld64.so.1 ld64.so.2 ld-linux-aarch64_be.so.1 ld-linux-aarch64.so.1 ld-linux-armhf.so.3 ld-linux-mipsn8.so.1 ld-linux.so.2 ld-linux.so.3 ld-linux-x32.so.2 ld-linux-x86-64.so.2 ld.so.1 Instead of adding each different soname to check for and copy it, replace the awk script with a sed script to extract it properly and drop the hardcoded so-name. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43295 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/image.mk')
0 files changed, 0 insertions, 0 deletions