summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-25 01:46:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-25 01:46:06 +0000
commit51c714d23089185c14b79d4f1e2833af75bb3ffe (patch)
tree9a576c1aa239b6fdc14c7d26fb808a1ab5a82b08
parentReleasing progress-linux version 0.23-1. (diff)
downloadtarlz-51c714d23089185c14b79d4f1e2833af75bb3ffe.tar.xz
tarlz-51c714d23089185c14b79d4f1e2833af75bb3ffe.zip
Passing default CXXFLAGS to configure to not embedd build path in tarlz binary, thanks to Vagrant Cascadian <vagrant@reproducible-builds.org> (Closes: #1020672).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 9a54f73..dc90fcc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/dpkg/buildtools.mk
dh ${@}
override_dh_auto_configure:
- dh_auto_configure -- 'CXX=$(CXX) -g'
+ dh_auto_configure -- 'CXX=$(CXX) -g' CXXFLAGS="$(CXXFLAGS)"
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/tarlz