musl-fts - ensure pkgconfigdir
is set in Makefile.ac
This commit is contained in:
parent
e113722e68
commit
4399d10abb
@ -1,8 +1,9 @@
|
||||
# Makefile - hhl - /src/world/musl-fts
|
||||
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
|
||||
#
|
||||
distname = musl-fts
|
||||
distext = gz
|
||||
distname = musl-fts
|
||||
distext = gz
|
||||
patches += musl-fts_pkgconfigdir.patch
|
||||
include world.mk
|
||||
pre_configure = cd $(srcdir) && ./bootstrap.sh
|
||||
config_opts += --host=$(tgt)
|
||||
|
9
world/musl-fts/musl-fts_pkgconfigdir.patch
Normal file
9
world/musl-fts/musl-fts_pkgconfigdir.patch
Normal 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
|
Loading…
Reference in New Issue
Block a user