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:
parent
27d39277c9
commit
d205ca0f7d
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue