mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: acl: Do not build the static library.
* gnu/packages/acl.scm (acl)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
73fec9ca10
commit
ecfe153706
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ (define-public acl
|
|||
(arguments
|
||||
`(#:modules ((ice-9 ftw)
|
||||
,@%gnu-build-system-modules)
|
||||
#:configure-flags '("--disable-static")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; XXX After repacking the sources the timestamps are reset to the
|
||||
|
|
Loading…
Reference in a new issue