diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-16 13:20:56 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-16 13:20:56 -0300 |
commit | 1dae0fd04f3af9134ba98d25a2309a80723e4e5e (patch) | |
tree | 392f25a471108c0c0123619c1ccd1bde19ffc134 /extra/avahi/PKGBUILD | |
parent | 797b731dd73d5732e79c901714774e4c7145e591 (diff) |
Avahi update and pacman typo
Diffstat (limited to 'extra/avahi/PKGBUILD')
-rw-r--r-- | extra/avahi/PKGBUILD | 4 |
1 files changed, 4 insertions, 0 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 |