mirror of
https://codeberg.org/guix/guix.git
synced 2026-09-06 05:41:48 +00:00
* gnu/packages/virtualization.scm (libtpms): New variable. * gnu/packages/patches/libtpms-pkgconfigdir.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. Merges: https://codeberg.org/guix/guix/pulls/8383 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
17 lines
411 B
Diff
17 lines
411 B
Diff
Automake expects `pkgconfigdir` to be present here, add it.
|
|
|
|
Upstream-status: Not presented upstream.
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 03ed7e65..a05b022a 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -38,6 +38,7 @@ EXTRA_DIST = \
|
|
libtpms.pc.in \
|
|
autogen.sh
|
|
|
|
+pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libtpms.pc
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --with-openssl --with-tpm2
|