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
|
@ -223,6 +223,7 @@ servers from Python programs.")
|
||||||
(assoc-ref %build-inputs "pcre"))
|
(assoc-ref %build-inputs "pcre"))
|
||||||
(string-append "--with-selinux="
|
(string-append "--with-selinux="
|
||||||
(assoc-ref %build-inputs "libselinux"))
|
(assoc-ref %build-inputs "libselinux"))
|
||||||
|
"--localstatedir=/var"
|
||||||
;; The Perl scripts are being removed in the 1.4.0 release.
|
;; The Perl scripts are being removed in the 1.4.0 release.
|
||||||
;; Building them would require packaging of the outdated Mozilla
|
;; Building them would require packaging of the outdated Mozilla
|
||||||
;; LDAP SDK (instead of OpenLDAP) and PerLDAP.
|
;; LDAP SDK (instead of OpenLDAP) and PerLDAP.
|
||||||
|
|
Loading…
Reference in New Issue