From: Matthias Klose Date: Fri, 24 Sep 2021 09:43:00 +0000 (+0100) Subject: destshared-location X-Git-Tag: archive/raspbian/3.9.7-4+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a1c8e3d7e69cfda702ff902d5b230abc57867aff;p=python3.9.git destshared-location # DP: Keep the lib-dynload dir in the same place when configuring # DP: with --libdir=/usr/bin/$(DEB_HOST_MULTIARCH) # DP: Keep the lib-dynload dir in the same place when configuring # DP: with --libdir=/usr/bin/$(DEB_HOST_MULTIARCH) Gbp-Pq: Name destshared-location.diff --- diff --git a/Makefile.pre.in b/Makefile.pre.in index fb843fa..db1bba6 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -160,7 +160,7 @@ EXT_SUFFIX= @EXT_SUFFIX@ LDSHARED= @LDSHARED@ $(PY_LDFLAGS) BLDSHARED= @BLDSHARED@ $(PY_CORE_LDFLAGS) LDCXXSHARED= @LDCXXSHARED@ -DESTSHARED= $(BINLIBDEST)/lib-dynload +DESTSHARED= $(LIBDEST)/lib-dynload # List of exported symbols for AIX EXPORTSYMS= @EXPORTSYMS@