]> git.pld-linux.org Git - packages/boost.git/commitdiff
- disable .so symbol check for libboost_context auto/th/boost-1.61.0-5
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Feb 2017 10:55:55 +0000 (11:55 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Feb 2017 10:55:55 +0000 (11:55 +0100)
- rel 5

boost.spec

index bffeb8714477b62438f7ee9e472f7a9d16319a13..459fef8870cf513cbc4b17cb670a1ffdb0ec6523 100644 (file)
@@ -12,7 +12,7 @@ Summary:      The Boost C++ Libraries
 Summary(pl.UTF-8):     Biblioteki C++ "Boost"
 Name:          boost
 Version:       1.61.0
-Release:       4
+Release:       5
 License:       Boost Software License and others
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/boost/%{name}_%{fver}.tar.bz2
@@ -40,6 +40,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                specflags       -DBOOST_IOSTREAMS_USE_DEPRECATED=1
 
+# __once_call, __once_callable non-function symbols from libstdc++
+%define                skip_post_check_so      libboost_context.so.*
+
 %description
 The Boost web site provides free peer-reviewed portable C++ source
 libraries. The emphasis is on libraries which work well with the C++
This page took 0.147323 seconds and 4 git commands to generate.