[Libreoffice-commits] core.git: setup_native/Library_getuid.mk
Markus Mohrhard
markus.mohrhard at googlemail.com
Thu May 29 20:22:25 PDT 2014
setup_native/Library_getuid.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 82e1456e9ae19cd536c11b2bdda7a79909269c15
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Fri May 30 05:15:01 2014 +0200
remove fsanitize=address from libgetuid.so makefile
Change-Id: I3d292638b76ed09d84df36d096f70c9496a23fdf
diff --git a/setup_native/Library_getuid.mk b/setup_native/Library_getuid.mk
index fa98773..ffd6c84 100644
--- a/setup_native/Library_getuid.mk
+++ b/setup_native/Library_getuid.mk
@@ -15,6 +15,8 @@ $(eval $(call gb_Library_add_defs,getuid,\
))
endif
+$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktarget,getuid)) : gb_CC := $(filter-out -fsanitize=address,$(gb_CC))
+
# the library is used by LD_PRELOAD; make sure that we see the symbols ;-)
ifeq ($(COM),GCC)
$(eval $(call gb_Library_add_cflags,getuid,\
More information about the Libreoffice-commits
mailing list