[clblas] 48/54: d/rules: use DEB_TARGET_MULTIARCH for multiarch paths.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jan 14 20:07:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository clblas.

commit ab12c8daa45012fdb43168d98d47d43904fffb26
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Jan 14 16:34:04 2016 +0000

    d/rules: use DEB_TARGET_MULTIARCH for multiarch paths.
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index bdd9040..5be1118 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 # Environment information.
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 # Build without Altivec to prevent FTBFS on ppc64el.
 ifeq ($(DEB_HOST_ARCH),ppc64el)
@@ -34,7 +33,7 @@ export CMAKE_BUILD_OPTIONS = \
 	-DBUILD_CLIENT=ON \
 	-DBUILD_KTEST=OFF \
 	-DBUILD_SHARED_LIBS=ON \
-	-DSUFFIX_LIB=/${DEB_HOST_MULTIARCH}
+	-DSUFFIX_LIB="/$(DEB_TARGET_MULTIARCH)"
 
 %:
 	dh $@ --parallel \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clblas.git



More information about the debian-science-commits mailing list