summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index aa7adcb..430de02 100755
--- a/build
+++ b/build
@@ -115,6 +115,9 @@ install-locales: build-locales
install: install-libc install-locales
oh-fixperms
oh-strip -k
+ # oh-fixperms changes the mode of the ELF interpreter, which is one
+ # shared object that must be executable.
+ chmod a+x 'dest/lib/$(OPK_HOST_ARCH)/ld-'*.so
oh-installfiles
clean-libc: