SHA256
8
0
forked from pool/boost

Updating link to change in openSUSE:Factory/boost revision 38.0

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=b0253da134996c6609e1487496d361f0
This commit is contained in:
OBS User buildservice-autocommit
2010-04-07 15:34:10 +00:00
committed by Git OBS Bridge
parent cf48fbafb2
commit 529c03d00f
16 changed files with 269 additions and 376 deletions

View File

@@ -1,19 +1,18 @@
Index: Jamroot
===================================================================
--- Jamroot.orig
+++ Jamroot
@@ -321,9 +321,7 @@ rule tag ( name : type ? : property-set
diff -rup boost_1_42_0.orig/Jamroot boost_1_42_0/Jamroot
--- boost_1_42_0.orig/Jamroot 2010-04-03 00:03:31.722603669 +0200
+++ boost_1_42_0/Jamroot 2010-04-03 00:44:38.038115479 +0200
@@ -355,9 +355,7 @@ rule tag ( name : type ? : property-set
if $(layout) = versioned
{
local result = [ common.format-name
result = [ common.format-name
- <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
- -$(BUILD_ID)
- : $(name) : $(type) : $(property-set) ] ;
+ <base> <runtime> : $(name) : $(type) : $(property-set) ] ;
# Optionally add version suffix. On NT, library with version suffix
# will not be recognized by linkers. On CYGWIN, we get strage
@@ -475,13 +473,9 @@ if $(layout-versioned) && ( [ modules.pe
}
else if $(layout) = tagged
{
@@ -505,13 +503,9 @@ if $(layout-versioned) && ( [ modules.pe
return $(result) ;
}
@@ -24,7 +23,7 @@ Index: Jamroot
- generate install-unversioned : install-proper :
- <generating-rule>@make-unversioned-links ;
- explicit install-unversioned ;
+ # Create do-nothing aliases
+ # Create do-nothing aliases.
+ alias stage-unversioned ;
+ alias install-unversioned ;
}