diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 16:39:48 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-04-28 11:48:20 +0200 |
commit | 98e89a63eeaa9f9a8cc9ec66828cb2862a3f3068 (patch) | |
tree | 95c0d61fd053478621732e52874409bf69b9b830 /debian | |
parent | 2c449d7170cba88f012c1745a86abcd0524a4aaa (diff) | |
download | tde-packaging-98e89a63eeaa9f9a8cc9ec66828cb2862a3f3068.tar.gz tde-packaging-98e89a63eeaa9f9a8cc9ec66828cb2862a3f3068.zip |
Fix potential avahi-tqt FTBFS on Debian and Ubuntu
(cherry picked from commit 9fe79a3cf830d9e548514afc407f9f4ec5443ed0)
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/lenny/dependencies/avahi-tqt/debian/rules | 3 | ||||
-rwxr-xr-x | debian/squeeze/dependencies/avahi-tqt/debian/rules | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/lenny/dependencies/avahi-tqt/debian/rules b/debian/lenny/dependencies/avahi-tqt/debian/rules index 54a22a44f..ac6ff10f3 100755 --- a/debian/lenny/dependencies/avahi-tqt/debian/rules +++ b/debian/lenny/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 diff --git a/debian/squeeze/dependencies/avahi-tqt/debian/rules b/debian/squeeze/dependencies/avahi-tqt/debian/rules index 54a22a44f..ac6ff10f3 100755 --- a/debian/squeeze/dependencies/avahi-tqt/debian/rules +++ b/debian/squeeze/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 |