From 8490d7096d67d868e1cc068c454ab3dbe683b6d8 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 9 Feb 2022 21:48:29 +0100 Subject: [PATCH] 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 --- libs/avahi/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index d8e23cff3..e80e91495 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