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:
Ricardo Wurmus 2019-03-19 20:01:43 +01:00
parent cbc6a28b67
commit 7627bad6a7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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.