me
/
guix
Archived
1
0
Fork 0

gnu: botan: Omit static library.

* gnu/packages/crypto.scm (botan)[arguments]: Add a "--disable-static"
configure flag.
master
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
1 changed files with 2 additions and 0 deletions

View File

@ -952,6 +952,8 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R
(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)