me
/
guix
Archived
1
0
Fork 0

Revert "gnu: libaio: Do not install the static library."

This change breaks 'lvm2-static' which cannot easily be made to work with a
separate libaio.a due to missing symbols.

This reverts commit d60458d77c.
master
Marius Bakke 2020-02-15 20:14:52 +01:00
parent 71949dac8b
commit 21bdf383d7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 7 deletions

View File

@ -3826,13 +3826,7 @@ Linux Device Mapper multipathing driver:
(list "CC=gcc" (string-append "prefix=" %output)) (list "CC=gcc" (string-append "prefix=" %output))
#:test-target "partcheck" ; need root for a full 'check' #:test-target "partcheck" ; need root for a full 'check'
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases (delete 'configure)))) ; no configure script
(delete 'configure) ;no configure script
(add-after 'install 'delete-static-library
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
(delete-file (string-append out "/lib/libaio.a"))
#t))))))
(home-page "https://pagure.io/libaio") (home-page "https://pagure.io/libaio")
(synopsis "Linux-native asynchronous I/O access library") (synopsis "Linux-native asynchronous I/O access library")
(description (description