From 77d81aa4a3747b7dfbb17e43b16e1a514550c60c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 1 Dec 2019 20:18:01 +0300 Subject: Import python3.8 (3.8.0-5) --- debian/patches/link-opt.diff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/patches/link-opt.diff') diff --git a/debian/patches/link-opt.diff b/debian/patches/link-opt.diff index 5608d5c..db96d4c 100644 --- a/debian/patches/link-opt.diff +++ b/debian/patches/link-opt.diff @@ -2,10 +2,10 @@ --- a/configure.ac +++ b/configure.ac -@@ -2611,8 +2611,8 @@ then +@@ -2592,8 +2592,8 @@ then fi ;; - Linux*|GNU*|QNX*) + Linux*|GNU*|QNX*|VxWorks*) - LDSHARED='$(CC) -shared' - LDCXXSHARED='$(CXX) -shared';; + LDSHARED='$(CC) -shared -Wl,-O1 -Wl,-Bsymbolic-functions' @@ -13,7 +13,7 @@ FreeBSD*) if [[ "`$CC -dM -E -