Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4c7cc1bd8b17e5a500a0751bb9298c9dcdc89f08)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4c7cc1bd8b17e5a500a0751bb9298c9dcdc89f08)
  • Date: Thu, 24 Oct 2013 05:08:09 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

php-pear/php/DEPENDS | 2 ++
php-pear/php/HISTORY | 4 ++++
2 files changed, 6 insertions(+)

New commits:
commit 4c7cc1bd8b17e5a500a0751bb9298c9dcdc89f08
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

php: fixed building regular mysql module for legacy branch

diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
index 12b5f79..ad80f0a 100755
--- a/php-pear/php/DEPENDS
+++ b/php-pear/php/DEPENDS
@@ -155,6 +155,8 @@ if list_find "$PHP5_DATABASE_DRIVERS" "mysql" ||
list_find "$PHP5_DATABASE_DRIVE
else
list_add "PHP5_OPTS" "--with-mysql=${INSTALL_ROOT}/usr"
fi
+ else
+ list_add "PHP5_OPTS" "--with-mysql=${INSTALL_ROOT}/usr"
fi
else
list_add "PHP5_OPTS" "--without-mysql"
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index f4506ad..2f65967 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,7 @@
+2013-10-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: fixed spell bug for building regular mysql module for
legacy
+ branch
+
2013-07-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.3.27 (previous), 5.4.17 (stable);
updated
backports+security patches for legacy branch to 20130717;



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4c7cc1bd8b17e5a500a0751bb9298c9dcdc89f08), Vlad Glagolev, 10/24/2013

Archive powered by MHonArc 2.6.24.

Top of Page