From: Matthias Klose Date: Sun, 16 Jan 2022 17:12:18 +0000 (+0000) Subject: destshared-location X-Git-Tag: archive/raspbian/3.9.10-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5661ec6e200f914a60a1f5da2044076515b3a331;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 8389bd8..2e898b1 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -159,7 +159,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@