From: Michal Vasilek Date: Wed, 9 Feb 2022 20:48:29 +0000 (+0100) Subject: avahi: fix build on some distributions X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8490d7096d67d868e1cc068c454ab3dbe683b6d8;p=feed%2Fpackages.git avahi: fix build on some distributions This seems to happen only on some distributions (Void, Arch): /usr/lib/libgcc_s.so.1: file not recognized: file format not recognized collect2: error: ld returned 1 exit status libtool: error: error: relink 'libdns_sd.la' with the above command before installing it Signed-off-by: Michal Vasilek --- diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index d8e23cff37..e80e91495b 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -21,6 +21,7 @@ PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:avahi:avahi +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1