summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-04-10 02:31:00 -0700
committerAndras Timar <andras.timar@collabora.com>2019-04-10 06:42:58 -0700
commit0502bf64c0116ae2682db39795597f35a2eee8c5 (patch)
treeb70af0c2197313dedccb839a07dfbb57087f9995 /external
parent0c03f5523a14bb3dd06c3c1e4136ee71b7840e76 (diff)
fix patching of openssl
Change-Id: I43c477e500dec6d98a8cb3814a0680e9db2da709
Diffstat (limited to 'external')
-rw-r--r--external/openssl/openssllnx.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/openssl/openssllnx.patch b/external/openssl/openssllnx.patch
index de19807b313e..224df8f87b2e 100644
--- a/external/openssl/openssllnx.patch
+++ b/external/openssl/openssllnx.patch
@@ -19,5 +19,5 @@
- AS='$(CC)' ASFLAG='$(CFLAG) -c' \
+ AS='$(CC)' ASFLAG='$(CFLAG) -c -Wa,--noexecstack' \
AR='$(AR)' NM='$(NM)' RANLIB='$(RANLIB)' \
+ RC='$(RC)' \
CROSS_COMPILE='$(CROSS_COMPILE)' \
- PERL='$(PERL)' ENGDIRS='$(ENGDIRS)' \