From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. f842bf6249aefcbafdab4b5d64d400c64aff19aa Date: Mon, 07 May 2012 01:14:36 +0200 Message-ID: <20120506231436.9F9382018D@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4510538205057699515==" List-Id: --===============4510538205057699515== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 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 --===============4510538205057699515==--