diff --git a/world/musl-obstack/Makefile b/world/musl-obstack/Makefile index 90ca690..cd375df 100644 --- a/world/musl-obstack/Makefile +++ b/world/musl-obstack/Makefile @@ -1,10 +1,11 @@ # Makefile - hhl - /usr/src/world/musl-obstack # Copyright 2020 Nathan Fisher # -distname = musl-obstack -distext = gz +distname = musl-obstack +distext = gz +patches += musl-obstack_pkgconfigdir.patch include world.mk -distext = gz +distext = gz include world.mk pre_configure = cd $(srcdir) && ./bootstrap.sh config_opts += --host=$(tgt) diff --git a/world/musl-obstack/musl-obstack_pkgconfigdir.patch b/world/musl-obstack/musl-obstack_pkgconfigdir.patch new file mode 100644 index 0000000..156f7cc --- /dev/null +++ b/world/musl-obstack/musl-obstack_pkgconfigdir.patch @@ -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