[packages/boost] - make sure python module is actually rebuilt every time, not just relinked - rel 5
baggins
baggins at pld-linux.org
Sat Feb 28 17:12:02 CET 2015
commit e56ca5b500873a361082d07a694b56385e21b15f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Feb 28 17:11:32 2015 +0100
- make sure python module is actually rebuilt every time, not just relinked
- rel 5
boost.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/boost.spec b/boost.spec
index da8bfb3..c99bfd9 100644
--- a/boost.spec
+++ b/boost.spec
@@ -13,7 +13,7 @@ Summary: The Boost C++ Libraries
Summary(pl.UTF-8): Biblioteki C++ "Boost"
Name: boost
Version: 1.57.0
-Release: 4
+Release: 5
License: Boost Software License and others
Group: Libraries
Source0: http://downloads.sourceforge.net/boost/%{name}_%{fver}.tar.bz2
@@ -512,7 +512,7 @@ ICU_PATH=%{_prefix} \
echo "using python : %{py3_ver}m : %{py3_prefix} : %{py3_incdir} ;" >> project-config.jam
./b2 \
--with-python python=%{py3_ver}m \
- -d2 --toolset=gcc \
+ -a -d2 --toolset=gcc \
variant=release \
debug-symbols=on \
inlining=on \
@@ -524,7 +524,7 @@ echo "using python : %{py3_ver}m : %{py3_prefix} : %{py3_incdir} ;" >> project-c
echo "using python : %{py_ver} : %{py_prefix} : %{py_incdir} ;" >> project-config.jam
./b2 \
--with-python python=%{py_ver} \
- -d2 --toolset=gcc \
+ -a -d2 --toolset=gcc \
variant=release \
debug-symbols=on \
inlining=on \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/boost.git/commitdiff/e56ca5b500873a361082d07a694b56385e21b15f
More information about the pld-cvs-commit
mailing list