summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-04 13:19:52 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-04 13:19:52 (EDT)
commit5c1a9410898f6180777dc20553bddcfe47f4c486 (patch)
tree1c32bda6bb051955ff08fc297355d286d26652e2 /build
parent83d746f79e61b214b60c4a293bbfb24018cc6ef2 (diff)
build: Fix the file mode of the ELF interpreter.
Diffstat (limited to 'build')
-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: