Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (dd2b0a57e330df2975e0d0c9bae9a41b8320aa53)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (dd2b0a57e330df2975e0d0c9bae9a41b8320aa53)
  • Date: Fri, 21 Nov 2008 12:31:28 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

utils/gamin/HISTORY | 3 +++
utils/gamin/PRE_BUILD | 4 ++++
2 files changed, 7 insertions(+)

New commits:
commit dd2b0a57e330df2975e0d0c9bae9a41b8320aa53
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gamin: Added fix for glibc 2.8 from Bug #14859.

diff --git a/utils/gamin/HISTORY b/utils/gamin/HISTORY
index 1bbfeb6..d608cda 100644
--- a/utils/gamin/HISTORY
+++ b/utils/gamin/HISTORY
@@ -1,3 +1,6 @@
+2008-11-21 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Added fix for glibc 2.8. Bug #14859
+
2008-02-17 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added automake as a req dep -- gamin strictly
depends on it, cleaned up
diff --git a/utils/gamin/PRE_BUILD b/utils/gamin/PRE_BUILD
index 78ca95a..00137dd 100755
--- a/utils/gamin/PRE_BUILD
+++ b/utils/gamin/PRE_BUILD
@@ -1,3 +1,7 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+
+#Fix for glibc 2.8 from Bug 14859
+sed "s/^AC_ISC_POSIX$/AC_USE_SYSTEM_EXTENSIONS/" -i configure.in &&
+
autoreconf




Archive powered by MHonArc 2.6.24.

Top of Page