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
1 changed files with 1 additions and 0 deletions

View File

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