mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: botan: Omit static library.
* gnu/packages/crypto.scm (botan)[arguments]: Add a "--disable-static" configure flag.
This commit is contained in:
parent
fea894d327
commit
36d6b1ac5f
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue