Fix missing pkgconfigdir
macro in musl-obstack/Makefile.am
This commit is contained in:
parent
4399d10abb
commit
387813dffc
@ -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)
|
||||||
|
9
world/musl-obstack/musl-obstack_pkgconfigdir.patch
Normal file
9
world/musl-obstack/musl-obstack_pkgconfigdir.patch
Normal 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
|
Loading…
Reference in New Issue
Block a user