diff --git a/pkg.info b/pkg.info index fbf8913..e6c06a3 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: avahi description: Service Discovery for Linux using mDNS/DNS-SD version: 0.9-rc2 -revision: 1 +revision: 2 url: https://github.com/avahi/avahi license: LGPL2.1-or-later architecture: any diff --git a/source.sh b/source.sh index f7d0de6..a73d655 100644 --- a/source.sh +++ b/source.sh @@ -16,6 +16,7 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --runstatedir=/run \ + --disable-static \ --disable-mono \ --disable-qt5 \ --enable-compat-libdns_sd \