public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
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	[thread overview]
Message-ID: <20120506231436.9F9382018D@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2061 bytes --]

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(a)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

                 reply	other threads:[~2012-05-06 23:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120506231436.9F9382018D@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox