summaryrefslogtreecommitdiff
path: root/nss_ldap
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-01-20 15:21:20 +0000
committerTim Biermann <tbier@posteo.de>2020-01-20 15:43:14 +0000
commitfd23711f23c25a696162c37ef2fcad9598688869 (patch)
tree0fddb20dd26d018d44c247c707875c529cd17026 /nss_ldap
parentaa1941510fb59ffe20791d91a834b220fb1f15af (diff)
downloadcontrib-fd23711f23c25a696162c37ef2fcad9598688869.tar.gz
contrib-fd23711f23c25a696162c37ef2fcad9598688869.tar.xz
nss_ldap: corrected mandir
Diffstat (limited to 'nss_ldap')
-rw-r--r--nss_ldap/.signature4
-rw-r--r--nss_ldap/Pkgfile31
2 files changed, 18 insertions, 17 deletions
diff --git a/nss_ldap/.signature b/nss_ldap/.signature
index 6e1395065..669adbbcb 100644
--- a/nss_ldap/.signature
+++ b/nss_ldap/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF30tsT0BShgIjmlxBoL9tzcJEwIZx0fD5T7RT2lGxpydBNRV3DTv7xSxQhmPiv8El29Ev1/ZeMow0Gt/tRlwi0gg=
-SHA256 (Pkgfile) = 6281a8227f9813eaf6634368294ee5beaf16e22bd6b35e5b4dfe26b92fc14999
+RWSagIOpLGJF3386NyHlMoa3ix+N+eFiVsFPWbLTHNal+0QYBWO5QhDKzviwJI4egCbEavjvmgnLMyGiC6U/RauySMEl15XDnwI=
+SHA256 (Pkgfile) = a3f3dc5236b8d0e75f85ed1dd21c6ee23cc1941171ca8749e391af2b15dc4397
SHA256 (.footprint) = ff27e02fdaa43627631b04d9a03131fc5f01904aee83cbac3d9d07d3d79c9d7c
SHA256 (nss_ldap-265.tar.gz) = 77b54d905f50d774f28d5559d49126f1bc76720f741b0864a64bb4936ec226a8
SHA256 (nss_ldap-265-glibc-2.16.patch) = ea008f78f15b9e23a0dac27448df49d57c863f7a16536ed0153f11e135b12f96
diff --git a/nss_ldap/Pkgfile b/nss_ldap/Pkgfile
index 8cb257120..d60c187b0 100644
--- a/nss_ldap/Pkgfile
+++ b/nss_ldap/Pkgfile
@@ -5,23 +5,24 @@
name=nss_ldap
version=265
-release=3
-source=(http://www.padl.com/download/$name-$version.tar.gz nss_ldap-265-glibc-2.16.patch)
+release=4
+source=(https://www.padl.com/download/$name-$version.tar.gz nss_ldap-265-glibc-2.16.patch)
build() {
- cd $name-$version
+ cd $name-$version
- patch -p1 -i $SRC/nss_ldap-265-glibc-2.16.patch
- sed -i -e 's|CVSVERSIONDIR=\$(top_srcdir) vers_string|CVSVERSIONDIR=\$(top_srcdir) ./vers_string|g' Makefile.am Makefile.in
+ patch -p1 -i $SRC/nss_ldap-265-glibc-2.16.patch
+ sed -i -e 's|CVSVERSIONDIR=\$(top_srcdir) vers_string|CVSVERSIONDIR=\$(top_srcdir) ./vers_string|g' Makefile.am Makefile.in
- ./configure \
- --prefix=/usr \
- --libdir=/lib \
- --sysconfdir=/etc \
- --mandir=/usr/man \
- --with-ldap-lib=openldap \
- --with-ldap-conf-file=/etc/nss_ldap.conf
- make
- mkdir -p $PKG/lib $PKG/usr/man
- make DESTDIR=$PKG install
+ export PERL5LIB="$PWD"
+ ./configure \
+ --prefix=/usr \
+ --libdir=/lib \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --with-ldap-lib=openldap \
+ --with-ldap-conf-file=/etc/nss_ldap.conf
+ make
+ mkdir -p $PKG/lib $PKG/usr/man
+ make DESTDIR=$PKG install
}

Generated by cgit