From e57c358955d3fad8cff61f9c9ecf6a83f241b81f Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Fri, 3 Sep 2021 07:18:44 +0100 Subject: [PATCH] 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 --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- 2.30.2