]> git.pld-linux.org Git - packages/boost.git/commitdiff
- fix serialization crash
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 20 Jul 2006 15:13:55 +0000 (15:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- allow static libs to be a shared linkable.

Changed files:
    boost.spec -> 1.61

boost.spec

index 9397834271764471000497262a9a7656c7f9f214..220625345870208e3f8d2d6e1c9961ffceb7f871 100644 (file)
@@ -7,12 +7,13 @@ Summary:      The Boost C++ Libraries
 Summary(pl):   Biblioteki C++ "Boost"
 Name:          boost
 Version:       1.33.1
-Release:       0.2
+Release:       0.3
 License:       Boost Software License and others
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/boost/%{name}_%{_fver}.tar.bz2
 # Source0-md5: 2b999b2fb7798e1737d1fff8fac602ef
 Patch0:                %{name}-python.patch
+Patch1:                %{name}-archive_iterator_segv.patch
 URL:           http://www.boost.org/
 BuildRequires: boost-jam >= 3.1.3
 BuildRequires: libstdc++-devel
@@ -644,6 +645,7 @@ Dokumentacja dla biblioteki Boost C++.
 %prep
 %setup -q -n %{name}_%{_fver}
 %patch0 -p1
+%patch1 -p1
 
 # don't know how to pass it through (b)jam -s (no way?)
 # due to oversophisticated build flags system
@@ -666,7 +668,7 @@ PYTHON_VERSION=
 %endif
 bjam \
        -d2 \
-       -sBUILD="release <threading>multi" \
+       -sBUILD="release <threading>multi <shared-linkable>true" \
        -sPYTHON_ROOT=$PYTHON_ROOT \
        -sPYTHON_VERSION=$PYTHON_VERSION
 
This page took 0.147643 seconds and 4 git commands to generate.