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
1 changed files with 5 additions and 0 deletions
|
|
@ -93,6 +93,11 @@
|
||||||
(list "--enable-man")
|
(list "--enable-man")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-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
|
(add-before 'configure 'set-root-sbin
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
;; Don't try to install into "/sbin".
|
;; Don't try to install into "/sbin".
|
||||||
|
|
|
||||||
Reference in a new issue