Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37531055
en ru br
Репозитории ALT
S:1.83.0-alt2
D:1.37.0-alt2
5.1: 1.39.0-alt3
4.1: 1.34.1-alt1
4.0: 1.33.1-alt4
3.0: 1.32.0-alt2
www.altlinux.org/Changes

Группа :: Разработка/C++
Пакет: boost

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: boost-1.57.0-alt-explicit-st.patch
Скачать


diff --git a/boost/boostcpp.jam b/boost/boostcpp.jam
index 257e70d..5afc6cc 100644
--- a/boost/boostcpp.jam
+++ b/boost/boostcpp.jam
@@ -136,7 +136,7 @@ rule tag ( name : type ? : property-set )
         else if $(layout) = system
         {
             result = [ common.format-name
-                <base>
+                <base> <threading>
                 -$(BUILD_ID)
                 : $(name) : $(type) : $(property-set) ] ;
         }
diff --git a/boost/tools/build/src/tools/common.jam b/boost/tools/build/src/tools/common.jam
index 8404feb..16a3fc7 100644
--- a/boost/tools/build/src/tools/common.jam
+++ b/boost/tools/build/src/tools/common.jam
@@ -907,7 +907,11 @@ local rule threading-tag ( name : type ? : property-set )
 {
     if <threading>multi in [ $(property-set).raw ]
     {
-        return mt ;
+        return ;
+    }
+    else
+    {
+        return st ;
     }
 }
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin