diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-04-10 02:31:00 -0700 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-04-10 06:42:58 -0700 |
commit | 0502bf64c0116ae2682db39795597f35a2eee8c5 (patch) | |
tree | b70af0c2197313dedccb839a07dfbb57087f9995 /external | |
parent | 0c03f5523a14bb3dd06c3c1e4136ee71b7840e76 (diff) |
fix patching of openssl
Change-Id: I43c477e500dec6d98a8cb3814a0680e9db2da709
Diffstat (limited to 'external')
-rw-r--r-- | external/openssl/openssllnx.patch | 2 |
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)' \ |