diff options
author | Michal Vasilek <michal.vasilek@nic.cz> | 2022-02-09 21:48:29 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-02-09 16:05:14 -0800 |
commit | 8490d7096d67d868e1cc068c454ab3dbe683b6d8 (patch) | |
tree | 5f2a79de632c6c1fce25ccacad699ccbd8519b17 /libs/avahi | |
parent | 4de863e418f80cd52293e1ae0de153dcc2cb7141 (diff) |
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 <michal.vasilek@nic.cz>
Diffstat (limited to 'libs/avahi')
-rw-r--r-- | libs/avahi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |