gnu: cifs-utils: Fix support for dropping capabilities.
* gnu/packages/samba.scm (cifs-utils)[arguments]: Add a new 'trigger-bootstrap phase.
This commit is contained in:
parent
ac22683d64
commit
15e5d22fcb
@ -93,6 +93,11 @@
|
||||
(list "--enable-man")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'bootstrap 'trigger-bootstrap
|
||||
;; The shipped configure script is buggy, e.g., it contains a
|
||||
;; unexpanded literal ‘LIBCAP_NG_PATH’ line).
|
||||
(lambda _
|
||||
(delete-file "configure")))
|
||||
(add-before 'configure 'set-root-sbin
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
;; Don't try to install into "/sbin".
|
||||
|
Loading…
Reference in New Issue
Block a user