gettext-full: use autoreconf host fixup
authorAlexander Egorenkov <egorenar-dev@posteo.net>
Thu, 8 Jun 2023 06:34:13 +0000 (08:34 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 15 Jan 2024 16:35:31 +0000 (17:35 +0100)
To prevent use of host's library path on Void Linux:

   /usr/lib/libacl.so: file not recognized: file format not recognized
   collect2: error: ld returned 1 exit status
   libtool:   error: error: relink 'libgettextlib.la' with the above command before installing it

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
package/libs/gettext-full/Makefile

index 1ed0e82df05899e28b46b9a1b44ae59125700a68..eb5b6d31bd2c52c27bf2fd8f883978b5c40e0c07 100644 (file)
@@ -25,6 +25,8 @@ PKG_INSTALL:=1
 PKG_BUILD_DEPENDS:=gettext-full/host libunistring libxml2
 PKG_BUILD_PARALLEL:=0
 
+PKG_FIXUP:=autoreconf
+
 HOST_BUILD_DEPENDS:=gperf/host libunistring/host libxml2/host
 HOST_BUILD_PARALLEL:=0