Building zutils dynamically as static-workaround is not necessary anymore (Closes: #1018043).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
22fe2ef95f
commit
c8b0f2eabf
2 changed files with 1 additions and 6 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -29,8 +29,6 @@ Enhances:
|
||||||
lzip,
|
lzip,
|
||||||
xz-utils,
|
xz-utils,
|
||||||
zstd,
|
zstd,
|
||||||
Built-Using:
|
|
||||||
${built-using},
|
|
||||||
Conflicts:
|
Conflicts:
|
||||||
zfsutils (<< 10.3~svn296373),
|
zfsutils (<< 10.3~svn296373),
|
||||||
Description: utilities for dealing with compressed files transparently
|
Description: utilities for dealing with compressed files transparently
|
||||||
|
|
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -6,7 +6,7 @@ include /usr/share/dpkg/buildtools.mk
|
||||||
dh ${@}
|
dh ${@}
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
LDFLAGS="${LDFLAGS} -static" dh_auto_configure -- --exec-prefix=/ CXX=$(CXX)
|
dh_auto_configure -- --exec-prefix=/ CXX=$(CXX)
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/zutils
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/zutils
|
||||||
|
@ -17,6 +17,3 @@ execute_after_dh_auto_install:
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
# disabled
|
# disabled
|
||||||
|
|
||||||
override_dh_gencontrol:
|
|
||||||
dh_gencontrol -- -Vbuilt-using="glibc (= $$(dpkg-query --show --showformat='$${source:Version}' libc-dev-bin))"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue