gnu: 389-ds-base: Set localstatedir to /var.
* gnu/packages/openldap.scm (389-ds-base)[arguments]: Set localstatedir to /var.
This commit is contained in:
parent
cbc6a28b67
commit
7627bad6a7
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ (define-public 389-ds-base
|
|||
(assoc-ref %build-inputs "pcre"))
|
||||
(string-append "--with-selinux="
|
||||
(assoc-ref %build-inputs "libselinux"))
|
||||
"--localstatedir=/var"
|
||||
;; The Perl scripts are being removed in the 1.4.0 release.
|
||||
;; Building them would require packaging of the outdated Mozilla
|
||||
;; LDAP SDK (instead of OpenLDAP) and PerLDAP.
|
||||
|
|
Loading…
Reference in a new issue