[SM-Commit] GIT changes to master grimoire by Puppet_Master (78ef211767ad97f7e6cb9f4b43beef3ed8057bc9)

Puppet_Master scm at sourcemage.org
Mon Jul 12 16:57:18 EDT 2010


GIT changes to master grimoire by Puppet_Master <puppetmaster at sourcemage.org>:

 e-17/eina/BUILD     |    1 -
 e-17/eina/CONFIGURE |    3 ---
 e-17/eina/HISTORY   |    3 +++
 3 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 78ef211767ad97f7e6cb9f4b43beef3ed8057bc9
Author: Philippe Caseiro <puppetmaster at sourcemage.org>
Commit: Puppet_Master <puppetmaster at sourcemage.org>

       e-17/eina: Removing mempool option in configure : --default-mempool
    is broken it don't build correctly eina for e17 and by default eina
    build with correct mem pool options (chaining static)

diff --git a/e-17/eina/BUILD b/e-17/eina/BUILD
index 66cd199..8825e1d 100755
--- a/e-17/eina/BUILD
+++ b/e-17/eina/BUILD
@@ -1,5 +1,4 @@
 OPTS="$EINA_PTHREAD    \
-      $EINA_MEMPOOL    \
       $EINA_TESTS      \
       $EINA_COVERAGE   \
       $EINA_BENCHMARK  \
diff --git a/e-17/eina/CONFIGURE b/e-17/eina/CONFIGURE
index 5579bae..fbe3da0 100755
--- a/e-17/eina/CONFIGURE
+++ b/e-17/eina/CONFIGURE
@@ -1,9 +1,6 @@
 config_query_option  EINA_PTHREAD  "Enable POSIX threads?"  n  \
                      '--enable-pthread'  '--disable-pthread'  &&
 
-config_query_option  EINA_MEMPOOL  "Enable default mempool (faster on some computers)?"  n  \
-                     '--enable-default-mempool'  '--disable-default-mempool'  &&
-
 config_query_option  EINA_TESTS  "Enable tests?"  n  \
                      '--enable-tests'  '--disable-tests'  &&
 
diff --git a/e-17/eina/HISTORY b/e-17/eina/HISTORY
index 8a06994..326aa25 100644
--- a/e-17/eina/HISTORY
+++ b/e-17/eina/HISTORY
@@ -1,3 +1,6 @@
+2010-07-12 Philippe 'Puppet_Master' Caseiro <puppetmaster at sourcemage.org>
+	* CONFIGURE, BUILD : removing mem pool option
+
 2008-10-13 Eric Sandall <sandalle at sourcemage.org>
 	* PREPARE, DETAILS, CONFIGURE, DEPENDS, PRE_BUILD, BUILD: Created
 	  Depends on doxygen because eina ignore --disable-doc



More information about the SM-Commit mailing list