Skip to Content.
Sympa Menu

sm-commit - Re: [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: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Thomas Orgis <sobukus AT sourcemage.org>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (327c8c92fc318b743e26be6172a0732583c29e4c)
  • Date: Mon, 16 Jun 2008 02:06:17 +0200


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

DEPENDS is missing.

--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page