Fix potential avahi-tqt FTBFS on Debian and Ubuntu

(cherry picked from commit 9fe79a3cf8)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent 2c449d7170
commit 98e89a63ee

@ -8,6 +8,7 @@ include /usr/share/cdbs/1/class/autotools.mk
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1
DEB_CONFIGURE_EXTRA_FLAGS += \
--prefix=/usr \
--enable-compat-libdns_sd \
--disable-mono --disable-monodoc \
--disable-gtk3 \
@ -19,6 +20,6 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
./autogen.sh
./autogen.sh --prefix=/usr
rm ./ChangeLog
touch debian/stamp-bootstrap

@ -8,6 +8,7 @@ include /usr/share/cdbs/1/class/autotools.mk
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1
DEB_CONFIGURE_EXTRA_FLAGS += \
--prefix=/usr \
--enable-compat-libdns_sd \
--disable-mono --disable-monodoc \
--disable-gtk3 \
@ -19,6 +20,6 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
./autogen.sh
./autogen.sh --prefix=/usr
rm ./ChangeLog
touch debian/stamp-bootstrap

@ -8,6 +8,7 @@ include /usr/share/cdbs/1/class/autotools.mk
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1
DEB_CONFIGURE_EXTRA_FLAGS += \
--prefix=/usr \
--enable-compat-libdns_sd \
--disable-mono --disable-monodoc \
--disable-gtk3 \
@ -19,6 +20,6 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
./autogen.sh
./autogen.sh --prefix=/usr
rm ./ChangeLog
touch debian/stamp-bootstrap

Loading…
Cancel
Save