gnu: libbsd: Embed absolute references to libmd.

* gnu/packages/libbsd.scm (libbsd)[arguments]: Add phase to embed absolute
libmd references.
This commit is contained in:
Marius Bakke 2022-09-10 19:21:39 +02:00
parent 1d526f5035
commit ae406b91e2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -40,6 +40,23 @@ (define-public libbsd
(arguments
(list #:configure-flags #~'("--disable-static")
#:phases #~(modify-phases %standard-phases
(add-after 'install 'embed-absolute-libmd-references
(lambda* (#:key inputs #:allow-other-keys)
(let ((libmd (search-input-file inputs
"lib/libmd.so")))
;; Add absolute references to libmd so it
;; does not need to be propagated.
(with-directory-excursion #$output
(substitute* "lib/libbsd.so"
(("^GROUP")
(string-append "SEARCH_DIR("
(dirname libmd)
")\nGROUP")))
(substitute* (find-files "lib/pkgconfig"
"\\.pc$")
(("-lmd")
(string-append "-L" (dirname libmd)
" -lmd")))))))
(add-before 'check 'disable-pwcache-test
(lambda _
;; This test expects the presence of a root