Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (327c8c92fc318b743e26be6172a0732583c29e4c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (327c8c92fc318b743e26be6172a0732583c29e4c)
  • Date: Sun, 15 Jun 2008 16:52:47 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

libs/libcap/BUILD | 2 +-
libs/libcap/HISTORY | 3 +++
libs/libcap/INSTALL | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit a1672e2c47a84c046db92d025e028343cef6e3dd
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libcap: make optional PAM dependency explicit

diff --git a/libs/libcap/BUILD b/libs/libcap/BUILD
index 546c955..6f67c56 100755
--- a/libs/libcap/BUILD
+++ b/libs/libcap/BUILD
@@ -1,3 +1,3 @@
# fails to compile on non amd64 with PIC, bug #9087
disable_pic &&
-make
+make PAM_CAP=$LIBCAP_PAM
diff --git a/libs/libcap/HISTORY b/libs/libcap/HISTORY
index e048cb9..bca6e42 100644
--- a/libs/libcap/HISTORY
+++ b/libs/libcap/HISTORY
@@ -1,3 +1,6 @@
+2008-06-15 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS, BUILD: enable disabling of PAM module, added PAM
dependency
+
2008-06-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.10

diff --git a/libs/libcap/INSTALL b/libs/libcap/INSTALL
index 4ac8ba7..e0620f6 100755
--- a/libs/libcap/INSTALL
+++ b/libs/libcap/INSTALL
@@ -1 +1 @@
-prefix=$INSTALL_ROOT/usr make install
+prefix=$INSTALL_ROOT/usr make PAM_CAP=$LIBCAP_PAM install




Archive powered by MHonArc 2.6.24.

Top of Page