This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 3b3c1affc1f82aacdad1116ab6838aea6dd18a7a (commit) from 93fe2dde68b7eb9a2d22c4006e5c9d03c4e2485c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/3b3c1affc1f82aacdad1116ab6838aea6dd18...
commit 3b3c1affc1f82aacdad1116ab6838aea6dd18a7a Author: Cyril Hrubis metan@ucw.cz Date: Sat Apr 20 00:48:35 2013 +0200
build: Revert the python suffix back to .so
Fixes build for python2.7
Signed-off-by: Cyril Hrubis metan@ucw.cz
diff --git a/pywrap.mk b/pywrap.mk index 1cd89e5..9b4fcba 100644 --- a/pywrap.mk +++ b/pywrap.mk @@ -6,7 +6,8 @@ ifdef SWIG ifdef PYTHON_CONFIG
INCLUDES+=$(addprefix -I$(TOPDIR)/include/, $(INCLUDE)) -PY_SUFFIX=$(shell $(PYTHON_CONFIG) --extension-suffix) +#PY_SUFFIX=$(shell $(PYTHON_CONFIG) --extension-suffix) +PY_SUFFIX=.so
SWIG_SRC=$(LIBNAME).i SWIG_C=$(LIBNAME)_wrap.c
-----------------------------------------------------------------------
Summary of changes: pywrap.mk | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.