This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via f842bf6249aefcbafdab4b5d64d400c64aff19aa (commit) from ddf9e213e6d1952f26a485812ca4ccaa22060c76 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit f842bf6249aefcbafdab4b5d64d400c64aff19aa Author: Michael Tremer michael.tremer@ipfire.org Date: Mon May 7 01:13:54 2012 +0200
nss_ldap: Fix build on ARM.
The shared object links were not created in the right way on ARM machines.
-----------------------------------------------------------------------
Summary of changes: nss_ldap/nss_ldap.nm | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-)
Difference in files: diff --git a/nss_ldap/nss_ldap.nm b/nss_ldap/nss_ldap.nm index 0c7669b..f574f46 100644 --- a/nss_ldap/nss_ldap.nm +++ b/nss_ldap/nss_ldap.nm @@ -5,7 +5,7 @@
name = nss_ldap version = 265 -release = 4 +release = 5
groups = System/Base url = http://www.padl.com/ @@ -20,7 +20,7 @@ description RPCs, services, and shadow passwords. end
-source_dl = +source_dl = http://www.padl.com/download/
patches = \ nss_ldap-265-depth.patch \ @@ -74,8 +74,10 @@ build # Remove awkward directory rm -rvf %{BUILDROOT}/usr/usr
- ln -svf libnss_ldap-%{version}.so %{BUILDROOT}%{libdir}/libnss_ldap.so - ln -svf libnss_ldap.so.2 %{BUILDROOT}%{libdir}/libnss_ldap.so + if [ -e "%{BUILDROOT}%{libdir}/libnss_ldap-%{version}.so" ]; then + ln -svf libnss_ldap-%{version}.so %{BUILDROOT}%{libdir}/libnss_ldap.so.2 + ln -svf libnss_ldap.so.2 %{BUILDROOT}%{libdir}/libnss_ldap.so + fi
rm -vf %{BUILDROOT}/etc/nsswitch.ldap
hooks/post-receive -- IPFire 3.x development tree