summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-05-30 05:15:01 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-05-30 05:16:46 +0200
commit82e1456e9ae19cd536c11b2bdda7a79909269c15 (patch)
treef5335814037ecfd6eaf02deb78144435695b9f41
parenta916b6ff7fdf1bcb1182e72e4a5bf2f901c698da (diff)
remove fsanitize=address from libgetuid.so makefile
Change-Id: I3d292638b76ed09d84df36d096f70c9496a23fdf
-rw-r--r--setup_native/Library_getuid.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup_native/Library_getuid.mk b/setup_native/Library_getuid.mk
index fa98773f4d06..ffd6c8488cea 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,\