boost/boost-sane_versioning.patch
OBS User autobuild 783276bcbb Accepting request 47068 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/boost based on submit request 47068 from user psmt

OBS-URL: https://build.opensuse.org/request/show/47068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=47
2010-09-03 15:52:44 +00:00

33 lines
1.1 KiB
Diff

Index: Jamroot
===================================================================
--- Jamroot.orig 2010-08-24 14:03:40.000000000 +0200
+++ Jamroot 2010-08-24 14:03:46.000000000 +0200
@@ -377,9 +377,7 @@ rule tag ( name : type ? : property-set
if $(layout) = versioned
{
result = [ common.format-name
- <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
- -$(BUILD_ID)
- : $(name) : $(type) : $(property-set) ] ;
+ <base> <runtime> : $(name) : $(type) : $(property-set) ] ;
}
else if $(layout) = tagged
{
@@ -527,13 +525,9 @@ if $(layout-versioned) && ( [ modules.pe
return $(result) ;
}
- generate stage-unversioned : stage-proper :
- <generating-rule>@make-unversioned-links ;
- explicit stage-unversioned ;
-
- generate install-unversioned : install-proper :
- <generating-rule>@make-unversioned-links ;
- explicit install-unversioned ;
+ # Create do-nothing aliases
+ alias stage-unversioned ;
+ alias install-unversioned ;
}
else
{