[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - external/openssl
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Mar 15 16:26:55 UTC 2019
external/openssl/openssllnx.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c6d56bcd4fdc58cf8e6dd08bc87b82abb128a692
Author: Michael Meeks <michael.meeks at collabora.com>
AuthorDate: Fri Mar 15 17:25:24 2019 +0100
Commit: Michael Meeks <michael.meeks at collabora.com>
CommitDate: Fri Mar 15 17:26:20 2019 +0100
openssl: fix patching.
Change-Id: I5be0982f208d34277c2b7ee5da2e8f7b77d93918
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)' \
More information about the Libreoffice-commits
mailing list