From 15e5d22fcbac028b8312d2cf3cd20844d9ee80e3 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 4 Oct 2021 02:34:18 +0200 Subject: gnu: cifs-utils: Fix support for dropping capabilities. * gnu/packages/samba.scm (cifs-utils)[arguments]: Add a new 'trigger-bootstrap phase. --- gnu/packages/samba.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnu/packages/samba.scm') diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index 6f5f0db3c9..1a9e765c78 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -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". -- cgit v1.2.3