mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -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
|
(arguments
|
||||||
`(#:modules ((ice-9 ftw)
|
`(#:modules ((ice-9 ftw)
|
||||||
,@%gnu-build-system-modules)
|
,@%gnu-build-system-modules)
|
||||||
|
#:configure-flags '("--disable-static")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; XXX After repacking the sources the timestamps are reset to the
|
;; XXX After repacking the sources the timestamps are reset to the
|
||||||
|
|
Loading…
Reference in a new issue