Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (78ef211767ad97f7e6cb9f4b43beef3ed8057bc9)
  • Date: Mon, 12 Jul 2010 15:57:18 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (78ef211767ad97f7e6cb9f4b43beef3ed8057bc9), Puppet_Master, 07/12/2010

Archive powered by MHonArc 2.6.24.

Top of Page