diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 16:24:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 16:24:12 +0000 |
commit | 9839e240d893f7ead4801ea3a383b19eea7632de (patch) | |
tree | 6157b569400cb338d52b99e3ba6c76a9743bd4b2 /debian/rules | |
parent | Adding debian version 0.0~git20230113.4362b18-1. (diff) | |
download | wasi-libc-9839e240d893f7ead4801ea3a383b19eea7632de.tar.xz wasi-libc-9839e240d893f7ead4801ea3a383b19eea7632de.zip |
Adding debian version 0.0~git20230113.4362b18-2.debian/0.0_git20230113.4362b18-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 66b53d1..081101b 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,10 @@ export NM = llvm-nm-14 export AR = llvm-ar-14 export CC = clang-14 -export EXTRA_CFLAGS = $(CFLAGS) $(LDFLAGS) -fcf-protection=none +# stack protector not yet supported, see +# https://github.com/CraneStation/wasi-libc/issues/157 +# https://bugs.debian.org/1051815 +export EXTRA_CFLAGS = $(CFLAGS) $(LDFLAGS) -fno-stack-protector -fcf-protection=none %: dh $@ |