destshared-location
authorMatthias Klose <doko@debian.org>
Fri, 24 Sep 2021 09:43:00 +0000 (10:43 +0100)
committerMatthias Klose <doko@debian.org>
Fri, 24 Sep 2021 09:43:00 +0000 (10:43 +0100)
# 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 fb843fa9cebf0f152d74185fc0c80a7593a0ffad..db1bba67961135d4ac8f1b02d4637656fd79510c 100644 (file)
@@ -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@