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

Elisamuel Resto scm at sourcemage.org
Fri Aug 15 16:42:33 EDT 2008


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
-



More information about the SM-Commit mailing list