diff options
Diffstat (limited to 'debian/patches/ext-no-libpython-link.diff')
-rw-r--r-- | debian/patches/ext-no-libpython-link.diff | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/patches/ext-no-libpython-link.diff b/debian/patches/ext-no-libpython-link.diff index 627d9d1..21407d7 100644 --- a/debian/patches/ext-no-libpython-link.diff +++ b/debian/patches/ext-no-libpython-link.diff @@ -1,10 +1,8 @@ # DP: Don't link extensions with the shared libpython library. -Index: b/Lib/distutils/command/build_ext.py -=================================================================== --- a/Lib/distutils/command/build_ext.py +++ b/Lib/distutils/command/build_ext.py -@@ -230,7 +230,7 @@ class build_ext(Command): +@@ -231,7 +231,7 @@ class build_ext(Command): # For building extensions with a shared Python library, # Python's library directory must be appended to library_dirs # See Issues: #1600860, #4366 @@ -13,7 +11,7 @@ Index: b/Lib/distutils/command/build_ext.py if not sysconfig.python_build: # building third party extensions self.library_dirs.append(sysconfig.get_config_var('LIBDIR')) -@@ -746,7 +746,7 @@ class build_ext(Command): +@@ -724,7 +724,7 @@ class build_ext(Command): return ext.libraries else: from distutils import sysconfig |