summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-16 13:20:56 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-16 13:20:56 -0300
commit1dae0fd04f3af9134ba98d25a2309a80723e4e5e (patch)
tree392f25a471108c0c0123619c1ccd1bde19ffc134
parent797b731dd73d5732e79c901714774e4c7145e591 (diff)
Avahi update and pacman typo
-rw-r--r--extra/avahi/PKGBUILD4
-rw-r--r--libre/pacman/PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/extra/avahi/PKGBUILD b/extra/avahi/PKGBUILD
index 0c9438d9c..385a72331 100644
--- a/extra/avahi/PKGBUILD
+++ b/extra/avahi/PKGBUILD
@@ -53,6 +53,9 @@ build() {
sed -i 's/netdev/network/g' avahi-daemon/avahi-dbus.conf
patch -p1 -i "../avahi-daemon-dbus.patch"
+ [ "$CARCH" = "mips64el" ] && \
+ extra="--disable-qt3 --disable-qt4 --disable-mono"
+
# pygtk requires python2; make it explicit in case other python are installed: FS#21865
PYTHON=python2 \
PKG_CONFIG_PATH=/opt/qt/lib/pkgconfig \
@@ -70,6 +73,7 @@ build() {
--with-avahi-priv-access-group=network \
--with-autoipd-user=avahi \
--with-autoipd-group=avahi \
+ $extra \
--with-systemdsystemunitdir=/lib/systemd/system # See FS#20999
make
diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD
index 123c0f19a..6401d86ed 100644
--- a/libre/pacman/PKGBUILD
+++ b/libre/pacman/PKGBUILD
@@ -20,7 +20,7 @@ source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
pacman.conf.x86_64
pacman.conf.mips64el
makepkg.conf
- mips64el.patch)
+ mips64el.patch
makepkg.conf)
# keep an upgrade path for older installations