Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e39ee4d5 authored by Jim Huang's avatar Jim Huang Committed by Android Git Automerger
Browse files

am cb48497f: HOST_linux-x86: Avoid doubly define macro _FORTIFY_SOURCE

* commit 'cb48497f':
  HOST_linux-x86: Avoid doubly define macro _FORTIFY_SOURCE
parents e04c2c21 cb48497f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,6 +53,6 @@ HOST_GLOBAL_CFLAGS += \
	-include $(call select-android-config-h,linux-x86)

# Disable new longjmp in glibc 2.11 and later. See bug 2967937.
HOST_GLOBAL_CFLAGS += -D_FORTIFY_SOURCE=0
HOST_GLOBAL_CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0

HOST_NO_UNDEFINED_LDFLAGS := -Wl,--no-undefined