Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (63df3d0bac087d2702584b3d717465d5d535faa5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (63df3d0bac087d2702584b3d717465d5d535faa5)
  • Date: Fri, 15 Aug 2008 15:42:33 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

libs/libcap/BUILD | 4 +++-
libs/libcap/HISTORY | 6 ++++--
2 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 63df3d0bac087d2702584b3d717465d5d535faa5
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

libs/libcap: fixed up HISTORY

commit 2b57caeb01d3dbe461dcb82c28dc7792e3d4a7b4
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

libs/libcap: added -I to CFLAGS (bug #14583)

diff --git a/libs/libcap/BUILD b/libs/libcap/BUILD
index 6f67c56..a09a946 100755
--- a/libs/libcap/BUILD
+++ b/libs/libcap/BUILD
@@ -1,3 +1,5 @@
# fails to compile on non amd64 with PIC, bug #9087
disable_pic &&
-make PAM_CAP=$LIBCAP_PAM
+
+# -I added (bug #14583)
+make PAM_CAP=$LIBCAP_PAM CFLAGS="$CFLAGS -I$SOURCE_DIRECTORY/libcap/include"
diff --git a/libs/libcap/HISTORY b/libs/libcap/HISTORY
index 1c4ed92..5917991 100644
--- a/libs/libcap/HISTORY
+++ b/libs/libcap/HISTORY
@@ -1,3 +1,6 @@
+2008-08-15 Elisamuel Resto <ryuji AT sourcemage.org>
+ * BUILD: added -I to CFLAGS (bug #14583)
+
2008-07-14 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: libcap 2.11 requires attr

@@ -7,7 +10,7 @@
* PRE_BUILD: glibc fix no longer needed, quoting the paths!

2008-06-15 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS, BUILD: enable disabling of PAM module, added PAM
dependency
+ * DEPENDS, BUILD: enable disabling of PAM module, added PAM dependency

2008-06-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.10
@@ -66,4 +69,3 @@

2004-03-30 Seth Woolley <seth AT tautology.org>
* DETAILS, BUILD: spell added, libcap-1.10
-



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (63df3d0bac087d2702584b3d717465d5d535faa5), Elisamuel Resto, 08/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page