[SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (b4a6ff1139b65096505c7520a2ca7b379405b3f8)

Jaka Kranjc scm at mail.sourcemage.org
Sun Jan 14 03:03:24 EST 2007


GIT changes to stable-0.4 grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 security-libs/pam_ldap/BUILD   |    1 +
 security-libs/pam_ldap/DETAILS |    1 +
 security-libs/pam_ldap/HISTORY |    4 ++++
 3 files changed, 6 insertions(+)

New commits:
commit b4a6ff1139b65096505c7520a2ca7b379405b3f8
Author: Thomas Orgis <sobukus at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    fixing location of pam_ldap module to /lib/security

diff --git a/security-libs/pam_ldap/BUILD b/security-libs/pam_ldap/BUILD
index bc0dd2c..2a97c9a 100755
--- a/security-libs/pam_ldap/BUILD
+++ b/security-libs/pam_ldap/BUILD
@@ -5,4 +5,5 @@ if  !  [[ -x configure  ]]; then
   automake  --add-missing            &&
   autoconf
 fi  &&
+OPTS="$OPTS --libdir=\"$INSTALL_ROOT/lib\"" &&
 default_build
diff --git a/security-libs/pam_ldap/DETAILS b/security-libs/pam_ldap/DETAILS
index eeb3865..7d213d0 100755
--- a/security-libs/pam_ldap/DETAILS
+++ b/security-libs/pam_ldap/DETAILS
@@ -9,6 +9,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
          UPDATED=20030810
        BUILD_API=2
            SHORT='PAM Ldap module'
+      PATCHLEVEL=1
   SECURITY_PATCH=1
 cat << EOF
 pam_ldap is a pam/ldap module that supports password changes, V2
diff --git a/security-libs/pam_ldap/HISTORY b/security-libs/pam_ldap/HISTORY
index 80d3dfb..1999655 100644
--- a/security-libs/pam_ldap/HISTORY
+++ b/security-libs/pam_ldap/HISTORY
@@ -1,3 +1,7 @@
+2006-12-17 Thomas Orgis <sobukus at sourcemage.org>
+	* BUILD,DETAILS: make it install the .so module into /lib/security
+	  and updated PATCHLEVEL ... we really want the module there
+
 2006-11-17 Arjan Bouter <abouter at sourcemage.org>
 	* SECUTIRY_PATCH=1
 



More information about the SM-Commit mailing list