musl-fts - ensure pkgconfigdir is set in Makefile.ac

This commit is contained in:
Nathan Fisher 2024-12-13 01:26:25 -05:00
parent e113722e68
commit 4399d10abb
2 changed files with 12 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# Makefile - hhl - /src/world/musl-fts # Makefile - hhl - /src/world/musl-fts
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com> # Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
# #
distname = musl-fts distname = musl-fts
distext = gz distext = gz
patches += musl-fts_pkgconfigdir.patch
include world.mk include world.mk
pre_configure = cd $(srcdir) && ./bootstrap.sh pre_configure = cd $(srcdir) && ./bootstrap.sh
config_opts += --host=$(tgt) config_opts += --host=$(tgt)

View File

@ -0,0 +1,9 @@
diff -Naur musl-fts-1.2.7.orig/Makefile.am musl-fts-1.2.7/Makefile.am
--- musl-fts-1.2.7.orig/Makefile.am 2017-01-13 09:57:04.000000000 -0500
+++ musl-fts-1.2.7/Makefile.am 2024-12-13 01:23:11.894769692 -0500
@@ -5,4 +5,5 @@
libfts_la_HEADERS = fts.h
libfts_ladir = $(includedir)
+pkgconfigdir = /usr/lib/pkgconfig
pkgconfig_DATA = musl-fts.pc