From d37a4735bbdced7ce2f9979edd6004acf1e51ab8 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 5 Dec 2025 12:22:52 +0200 Subject: [PATCH] Rebuild without libssp --- pkg.info | 2 +- source.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 \