destshared-location
authorMatthias Klose <doko@debian.org>
Tue, 22 Feb 2022 13:54:07 +0000 (13:54 +0000)
committerMatthias Klose <doko@debian.org>
Tue, 22 Feb 2022 13:54:07 +0000 (13:54 +0000)
# 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

Makefile.pre.in

index 8389bd8f83c9ca91e877b96c47236d0a4146cb61..2e898b12a8ccb4defdfd7c6fd6b6539a4a91974e 100644 (file)
@@ -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@