summaryrefslogtreecommitdiffstats
path: root/debian/squeeze
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 16:39:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 16:39:48 -0600
commit9fe79a3cf830d9e548514afc407f9f4ec5443ed0 (patch)
tree2df11c9ae4aed0c184029fcc85d5a8df783909dc /debian/squeeze
parentc1b63c339c575c513b8000a9ffcbc626346c36e7 (diff)
downloadtde-packaging-9fe79a3cf830d9e548514afc407f9f4ec5443ed0.tar.gz
tde-packaging-9fe79a3cf830d9e548514afc407f9f4ec5443ed0.zip
Fix potential avahi-tqt FTBFS on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze')
-rwxr-xr-xdebian/squeeze/dependencies/avahi-tqt/debian/rules3
1 files changed, 2 insertions, 1 deletions
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