avahi: fix build on some distributions
authorMichal Vasilek <michal.vasilek@nic.cz>
Wed, 9 Feb 2022 20:48:29 +0000 (21:48 +0100)
committerRosen Penev <rosenp@gmail.com>
Thu, 10 Feb 2022 00:05:14 +0000 (16:05 -0800)
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 <michal.vasilek@nic.cz>
libs/avahi/Makefile

index d8e23cff3724a532f4cf997495f35a5128d2824e..e80e91495b841e265598e2ee22500da40833be18 100644 (file)
@@ -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