Fix potential avahi-tqt FTBFS on Debian and Ubuntu

pull/3/head
Timothy Pearson 12 years ago
parent c1b63c339c
commit 9fe79a3cf8

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

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