Skip to Content.
Sympa Menu

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

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 (87da0cb80f0fd5154cb3aec86e5e3ea6b18454ab)
  • Date: Sun, 31 May 2015 17:48:08 +0000

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

python-pypi/pillow/BUILD | 3 +++
python-pypi/pillow/HISTORY | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit 87da0cb80f0fd5154cb3aec86e5e3ea6b18454ab
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pillow: fixed build with system zlib

diff --git a/python-pypi/pillow/BUILD b/python-pypi/pillow/BUILD
index a46e6c4..2c5ec4c 100755
--- a/python-pypi/pillow/BUILD
+++ b/python-pypi/pillow/BUILD
@@ -1,3 +1,6 @@
+# fix build against system zlib
+LDFLAGS="-L$INSTALL_ROOT/lib $LDFLAGS" &&
+
local PYTHON="$(get_spell_provider_file $SPELL PYTHON
'/usr/bin/python[0-9\.]*$')" &&

$PYTHON setup.py build_py build_scripts &&
diff --git a/python-pypi/pillow/HISTORY b/python-pypi/pillow/HISTORY
index d61982d..8e0600b 100644
--- a/python-pypi/pillow/HISTORY
+++ b/python-pypi/pillow/HISTORY
@@ -1,3 +1,6 @@
+2015-05-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: fixed build with system zlib
+
2015-04-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.8.1; use SPELLX
* DEPENDS: rewritten -- added missing required dependency (unzip);
fixed



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (87da0cb80f0fd5154cb3aec86e5e3ea6b18454ab), Vlad Glagolev, 05/31/2015

Archive powered by MHonArc 2.6.24.

Top of Page