From 9fe79a3cf830d9e548514afc407f9f4ec5443ed0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 16:39:48 -0600 Subject: Fix potential avahi-tqt FTBFS on Debian and Ubuntu --- ubuntu/precise/dependencies/avahi-tqt/debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ubuntu/precise/dependencies/avahi-tqt/debian/rules') diff --git a/ubuntu/precise/dependencies/avahi-tqt/debian/rules b/ubuntu/precise/dependencies/avahi-tqt/debian/rules index 54a22a44f..ac6ff10f3 100755 --- a/ubuntu/precise/dependencies/avahi-tqt/debian/rules +++ b/ubuntu/precise/dependencies/avahi-tqt/debian/rules @@ -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 -- cgit v1.2.3