all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob d3fddcd3476dff252f6837d95af51361d80efbb8 586 bytes (raw)
name: gnu/packages/patches/lxc-static-link.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
diff --color --recursive --text --unified a/meson.build b/meson.build
--- a/meson.build	2024-06-27 06:43:29.000000000 +0200
+++ b/meson.build	2024-09-19 11:46:21.159619443 +0200
@@ -435,11 +435,7 @@
     code = '''
 int main(int argc, char *argv[]) { return 0; };
 '''
-    if libcap_static.found()
-        libcap_static_linkable = cc.links(code, args: '-static', dependencies: libcap_static)
-    else
-        libcap_static_linkable = false
-    endif
+    libcap_static_linkable = false
     srcconf.set10('HAVE_STATIC_LIBCAP', libcap_static_linkable)
 else
     libcap_static = []

debug log:

solving d3fddcd347 ...
found d3fddcd347 in https://yhetil.org/guix/9ab8b1ca3abeba34f9acdc18b04a53122fe54809.1726739677.git.jakob.kirsch@web.de/

applying [1/1] https://yhetil.org/guix/9ab8b1ca3abeba34f9acdc18b04a53122fe54809.1726739677.git.jakob.kirsch@web.de/
diff --git a/gnu/packages/patches/lxc-static-link.patch b/gnu/packages/patches/lxc-static-link.patch
new file mode 100644
index 0000000000..d3fddcd347

Checking patch gnu/packages/patches/lxc-static-link.patch...
Applied patch gnu/packages/patches/lxc-static-link.patch cleanly.

index at:
100644 d3fddcd3476dff252f6837d95af51361d80efbb8	gnu/packages/patches/lxc-static-link.patch

(*) 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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.