Skip to Content.
Sympa Menu

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

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 (b6763defaa29b8d35ce232e5a56a6a0cf00391ca)
  • Date: Sat, 23 Aug 2008 10:45:53 -0500

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

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

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

libcap: fix first-time PAM build

diff --git a/libs/libcap/BUILD b/libs/libcap/BUILD
index a09a946..d3d44c3 100755
--- a/libs/libcap/BUILD
+++ b/libs/libcap/BUILD
@@ -2,4 +2,5 @@
disable_pic &&

# -I added (bug #14583)
-make PAM_CAP=$LIBCAP_PAM CFLAGS="$CFLAGS -I$SOURCE_DIRECTORY/libcap/include"
+# -L added (bug #14660)
+make PAM_CAP=$LIBCAP_PAM CFLAGS="$CFLAGS -I$SOURCE_DIRECTORY/libcap/include
-L$SOURCE_DIRECTORY/libcap"
diff --git a/libs/libcap/HISTORY b/libs/libcap/HISTORY
index 5917991..375b419 100644
--- a/libs/libcap/HISTORY
+++ b/libs/libcap/HISTORY
@@ -1,3 +1,6 @@
+2008-08-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: added -L to CFLAGS (bug #14660) ... see a pattern there? ;-)
+
2008-08-15 Elisamuel Resto <ryuji AT sourcemage.org>
* BUILD: added -I to CFLAGS (bug #14583)





Archive powered by MHonArc 2.6.24.

Top of Page