unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 38dcc0c4b8aec54a4d85a3aaf7e2188d9e36e8d4 519 bytes (raw)
name: packages/patches/falcosecurity-libs-install-pman.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
Install the pman library and its header.
Upstream status: https://github.com/falcosecurity/libs/pull/1842

diff --git a/userspace/libpman/CMakeLists.txt b/userspace/libpman/CMakeLists.txt
index da92e9f27..4b57365fe 100644
--- a/userspace/libpman/CMakeLists.txt
+++ b/userspace/libpman/CMakeLists.txt
@@ -58,3 +58,6 @@ endif()
 if(USE_BUNDLED_LIBBPF)
     add_dependencies(pman libbpf)
 endif()
+
+install(TARGETS pman LIBRARY ARCHIVE FRAMEWORK)
+install(FILES include/libpman.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

debug log:

solving 38dcc0c4b8aec54a4d85a3aaf7e2188d9e36e8d4 ...
found 38dcc0c4b8aec54a4d85a3aaf7e2188d9e36e8d4 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).