mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: knot: Don't build static libraries.
* gnu/packages/dns.scm (knot)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
8018d7d1f8
commit
fdb4540f78
1 changed files with 1 additions and 0 deletions
|
@ -846,6 +846,7 @@ (define-public knot
|
||||||
(string-append "--libdir=" (assoc-ref %outputs "lib") "/lib")
|
(string-append "--libdir=" (assoc-ref %outputs "lib") "/lib")
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
|
"--disable-static" ; static libraries are built by default
|
||||||
"--enable-dnstap" ; let tools read/write capture files
|
"--enable-dnstap" ; let tools read/write capture files
|
||||||
"--enable-fastparser" ; disabled by default when .git/ exists
|
"--enable-fastparser" ; disabled by default when .git/ exists
|
||||||
"--enable-xdp=auto" ; XXX [=yes] currently means =embedded
|
"--enable-xdp=auto" ; XXX [=yes] currently means =embedded
|
||||||
|
|
Loading…
Reference in a new issue