summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/libs/icu-xetex/tools/genccode/genccode.c1
-rw-r--r--Build/source/libs/teckit/lib/Makefile.am3
2 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/libs/icu-xetex/tools/genccode/genccode.c b/Build/source/libs/icu-xetex/tools/genccode/genccode.c
index 84360c4cd0f..5a3eacd4224 100644
--- a/Build/source/libs/icu-xetex/tools/genccode/genccode.c
+++ b/Build/source/libs/icu-xetex/tools/genccode/genccode.c
@@ -149,6 +149,7 @@ static const struct AssemblyType {
} assemblyHeader[] = {
{"gcc",
".globl %s\n"
+ "\t.section .note.GNU-stack,\"\",@progbits\n"
"\t.section .rodata\n"
"\t.align 8\n" /* Either align 8 bytes or 2^8 (256) bytes. 8 bytes is needed. */
"\t.type %s,@object\n"
diff --git a/Build/source/libs/teckit/lib/Makefile.am b/Build/source/libs/teckit/lib/Makefile.am
index 3e6ef5dc171..102cdad4517 100644
--- a/Build/source/libs/teckit/lib/Makefile.am
+++ b/Build/source/libs/teckit/lib/Makefile.am
@@ -10,5 +10,8 @@ AM_CFLAGS = $(AM_CPPFLAGS)
lib_LTLIBRARIES = libTECkit_Compiler.la libTECkit.la
+libTECkit_Compiler_la_LIBADD = @LDZLIB@
+libTECkit_la_LIBADD = @LDZLIB@
+
include ../source/Makefile.am