[tor-commits] [orbot/master] fixing flag typo
n8fr8 at torproject.org
n8fr8 at torproject.org
Wed Apr 15 14:15:57 UTC 2015
commit 84c6645220dfc570c332967e419e9e4abdff82b9
Author: Nathan Freitas <nathan at freitas.net>
Date: Wed Apr 15 10:15:38 2015 -0400
fixing flag typo
---
external/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/Makefile b/external/Makefile
index c7f5269..b9cd735 100644
--- a/external/Makefile
+++ b/external/Makefile
@@ -52,7 +52,7 @@ STRIP := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-strip \
--strip-unneeded -R .note -R .comment --strip-debug
# PIEFLAGS for SDK 16/Android L must be set to -fPIE -pie, but can override for earlier targets
-PIEFLAGS =? -fPIE -pie
+PIEFLAGS ?= -fPIE -pie
CFLAGS = -DANDROID $(TARGET_CFLAGS) $(PIEFLAGS)
LDFLAGS = -llog $(TARGET_LDFLAGS) $(PIEFLAGS)
More information about the tor-commits
mailing list