gnu: botan: Omit static library.

* gnu/packages/crypto.scm (botan)[arguments]: Add a "--disable-static"
configure flag.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-29 19:42:19 +02:00
parent fea894d327
commit 36d6b1ac5f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -952,6 +952,8 @@ (define-public botan
(setenv "CXXFLAGS" "-O3")
(invoke "python" "./configure.py"
(string-append "--prefix=" out)
"--disable-static"
;; Otherwise, the `botan` executable cannot find
;; libbotan.
(string-append "--ldflags=-Wl,-rpath=" lib)