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, pywrap has been updated via 3cca227bd9d97802da766c2feca0bb537c038b16 (commit) from 2a44791a84f6aa540897532ea8a0e0d2e4e5ae10 (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/3cca227bd9d97802da766c2feca0bb537c038...
commit 3cca227bd9d97802da766c2feca0bb537c038b16 Author: Cyril Hrubis metan@ucw.cz Date: Thu Nov 24 22:35:34 2011 +0100
Add -fPIC to fix the compilation on x86_64.
diff --git a/include/core/swigify.sh b/include/core/swigify.sh index a82e16e..53a8ce4 100755 --- a/include/core/swigify.sh +++ b/include/core/swigify.sh @@ -2,7 +2,7 @@ set -e
swig -python -Wall -I/usr/include/ gfxprim_core.swig gcc -shared gfxprim_core_wrap.c -L ../../build/ -I /usr/include/python2.6/ -I.. - -lGP -lpng -ljpeg -lm -ldl -o ../../build/_gfxprim_core.so + -fPIC -lGP -lpng -ljpeg -lm -ldl -o ../../build/_gfxprim_core.so mv gfxprim_core.py ../../build/ rm gfxprim_core_wrap.c
diff --git a/include/loaders/swigify.sh b/include/loaders/swigify.sh index 3308274..eb985f1 100755 --- a/include/loaders/swigify.sh +++ b/include/loaders/swigify.sh @@ -2,7 +2,7 @@ set -e
swig -python -Wall -I/usr/include/ gfxprim_loaders.swig gcc -shared gfxprim_loaders_wrap.c -L ../../build/ -I /usr/include/python2.6/ -I.. - -lGP -lpng -ljpeg -lm -ldl -o ../../build/_gfxprim_loaders.so + -fPIC -lGP -lpng -ljpeg -lm -ldl -o ../../build/_gfxprim_loaders.so mv gfxprim_loaders.py ../../build/ rm gfxprim_loaders_wrap.c
-----------------------------------------------------------------------
Summary of changes: include/core/swigify.sh | 2 +- include/loaders/swigify.sh | 2 +- 2 files changed, 2 insertions(+), 2 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.