Fix missing pkgconfigdir macro in musl-obstack/Makefile.am

This commit is contained in:
Nathan Fisher 2024-12-13 01:31:04 -05:00
parent 4399d10abb
commit 387813dffc
2 changed files with 13 additions and 3 deletions

View File

@ -1,10 +1,11 @@
# Makefile - hhl - /usr/src/world/musl-obstack # Makefile - hhl - /usr/src/world/musl-obstack
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com> # Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
# #
distname = musl-obstack distname = musl-obstack
distext = gz distext = gz
patches += musl-obstack_pkgconfigdir.patch
include world.mk include world.mk
distext = gz distext = gz
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-obstack-1.2.3.orig/Makefile.am musl-obstack-1.2.3/Makefile.am
--- musl-obstack-1.2.3.orig/Makefile.am 2022-03-28 12:31:06.000000000 -0400
+++ musl-obstack-1.2.3/Makefile.am 2024-12-13 01:28:38.194403785 -0500
@@ -6,4 +6,5 @@
libobstack_ladir = $(includedir)
ACLOCAL_AMFLAGS = -Im4
+pkgconfigdir = /usr/lib/pkgconfig
pkgconfig_DATA = musl-obstack.pc