summaryrefslogtreecommitdiff
path: root/extra/nss_ldap/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-17 20:41:23 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-17 20:41:23 +0200
commit38389505b5f8809743855ead04f7feb9a37a9cc8 (patch)
tree8dc0a3464d61b4c4e045378e5d08862bebc6fd0c /extra/nss_ldap/PKGBUILD
parent7481bf8fce693a2be8e8f8c9846cc5a4b77a8f76 (diff)
Workaround outdated config.guess.
Diffstat (limited to 'extra/nss_ldap/PKGBUILD')
-rw-r--r--extra/nss_ldap/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/nss_ldap/PKGBUILD b/extra/nss_ldap/PKGBUILD
index 50c4eb028..28ad9366f 100644
--- a/extra/nss_ldap/PKGBUILD
+++ b/extra/nss_ldap/PKGBUILD
@@ -17,6 +17,7 @@ md5sums=('c1cb02d1a85538cf16bca6f6a562abe4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
+ --build=$CHOST --host=$CHOST \
--prefix=/usr \
--with-ldap-conf-file=/etc/nss_ldap.conf \
--with-ldap=openldap \