aboutsummaryrefslogtreecommitdiff
path: root/core/musl/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-20 14:55:11 +0100
committerCem Keylan <cem@ckyln.com>2023-01-20 14:55:11 +0100
commite9df4dc0f1cabfc29c618d547a91a84e7f8632a7 (patch)
tree8f79434a803b861785ccb21a2a91e7c2c8d4c806 /core/musl/build
parent7c12fef4ad2e163e8b66ff4fd0d1942e145c1ccb (diff)
downloadrepository-e9df4dc0f1cabfc29c618d547a91a84e7f8632a7.tar.gz
musl: disable executable bit on headers
Diffstat (limited to 'core/musl/build')
-rwxr-xr-xcore/musl/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/musl/build b/core/musl/build
index 153f8dd2..a7ab1741 100755
--- a/core/musl/build
+++ b/core/musl/build
@@ -35,7 +35,7 @@ case "$sys_arch" in
esac
# Install BSD compatibility headers.
-clinst -Dm755 -t "$1/usr/include/sys" cdefs.h queue.h tree.h
+clinst -Dm644 -t "$1/usr/include/sys" cdefs.h queue.h tree.h
# Install getconf.
"${CC:=cc}" --static getconf.c -o "$1/usr/bin/getconf"