summarylogtreecommitdiffstats
path: root/setup.py-patch
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py-patch')
-rw-r--r--setup.py-patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/setup.py-patch b/setup.py-patch
deleted file mode 100644
index 7e54684c0d59..000000000000
--- a/setup.py-patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py 2018-08-29 01:02:26.566772927 +1000
-+++ setup.py-new 2018-08-29 01:03:18.566772928 +1000
-@@ -82,7 +82,7 @@
- # On Linux platform, even when linking with the static libpython,
- # symbols not used by the application itself should be exported so
- # that shared library present in Python can use the Python C API.
-- python_static_libs += ' -export-dynamic'
-+ python_static_libs = ' -export-dynamic'
- python_shared_libs += ' -export-dynamic'
-
- logging.info(' %-24s %s', 'Shared linker flags', python_shared_libs)