From 8cd106833d5e9bb5ea6ccc68b0900ba198155984 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 12 Dec 2008 18:44:18 +0000 Subject: [PATCH] fix python bindings Jamfile to properly build with -fPIC --- bindings/python/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/Jamfile b/bindings/python/Jamfile index 3cfb80867..60dc88d04 100755 --- a/bindings/python/Jamfile +++ b/bindings/python/Jamfile @@ -10,7 +10,7 @@ rule libtorrent_linking ( properties * ) if gcc in $(properties) { - result += /torrent//torrent/static/-fPIC/-fPIC ; + result += /torrent//torrent/static/-fPIC/-fPIC -fPIC ; } else {