[SCM] Python bindings for the SFML Library branch, master, updated. upstream/1.2-16-g6136bb8

Gonéri Le Bouder goneri at rulezlan.org
Sun Jul 27 12:24:23 UTC 2008


The following commit has been merged in the master branch:
commit 6136bb8a8ab80df5236613206deec15fc8d5477a
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Sun Jul 27 14:49:50 2008 +0200

    avoid an useless linking on libpthread.so.0 by using -Wl,--as-needed

diff --git a/debian/rules b/debian/rules
index 586f7d8..57cb19d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ export PYVERS=$(shell pyversions -vr)
 build: $(PYVERS:%=build-python%)
 	touch $@
 build-python%:
-	cd python && python$* setup.py build
+	cd python && LDFLAGS='-Wl,--as-needed' python$* setup.py build
 	touch $@
 
 install: build $(PYVERS:%=install-python%)

-- 
Python bindings for the SFML Library



More information about the Pkg-games-commits mailing list