1
0
Fork 0

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@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 21:18:14 +01:00
parent 27d39277c9
commit d205ca0f7d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

2
debian/rules vendored
View file

@ -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