diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2011-02-15 22:03:09 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2011-02-15 22:03:09 +0000 |
| commit | 152e60f2fe72db456bfeff4780a7db291c58106d (patch) | |
| tree | ed19a330dc5f9d0725baedab2bf3317a6ec2fae8 /lib/liblzma | |
| parent | 09d6cb0a23a1a8d045af492b17b75bd98e5b6d32 (diff) | |
Notes
Diffstat (limited to 'lib/liblzma')
| -rw-r--r-- | lib/liblzma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/liblzma/Makefile b/lib/liblzma/Makefile index 927fe8c4935bf..8d614cf8b45b1 100644 --- a/lib/liblzma/Makefile +++ b/lib/liblzma/Makefile @@ -78,6 +78,7 @@ SRCS+= check.c \ .if defined(MACHINE_ARCH) && ${MACHINE_ARCH} == "i386" SRCS+= crc32_x86.S \ crc64_x86.S +ACFLAGS+= -Wa,--noexecstack .else SRCS+= crc32_fast.c \ crc64_fast.c |
