summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-29 20:05:36 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-29 20:05:36 +0000
commit2c2b87b7e20eb56624d3daefd621398d0f23df2b (patch)
tree7e1cf8df2df1cf900e38b16455b828659d018c39 /debian
parenta301560c11485ca7021c4bbfbe0dc9391f24d973 (diff)
Set multiarch path
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index f015b8d..04b6f78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,13 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
CHANGELOG_DATE ?= $(shell LC_ALL=C date -u -d @$(SOURCE_DATE_EPOCH) +"%d %B %Y")
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
dh $@
+override_dh_auto_configure:
+ dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
# Disable running tests since they have problems upstream. REMEMBER to check
# again for every new release