diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-04-15 17:48:28 +0100 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-04-15 17:51:27 +0100 | 
| commit | 79bebd34eab2891d21dd4227a1b643ca4b9979ec (patch) | |
| tree | 120502ee098ec3b5930b7f7575671a751931b7f6 | |
| parent | C++17 (diff) | |
| download | gentoobrowse-api-79bebd34eab2891d21dd4227a1b643ca4b9979ec.tar.bz2 gentoobrowse-api-79bebd34eab2891d21dd4227a1b643ca4b9979ec.tar.xz gentoobrowse-api-79bebd34eab2891d21dd4227a1b643ca4b9979ec.zip | |
Ice 3.7gentoobrowse-api-0.10
Rename service library as IceBox++11 expects ++11 suffix.
| -rw-r--r-- | gentoobrowse-api/Jamfile.jam | 2 | ||||
| -rw-r--r-- | gentoobrowse-api/service/Jamfile.jam | 2 | ||||
| -rw-r--r-- | gentoobrowse-api/unittests/Jamfile.jam | 8 | 
3 files changed, 6 insertions, 6 deletions
| diff --git a/gentoobrowse-api/Jamfile.jam b/gentoobrowse-api/Jamfile.jam index 2a35394..26a5a10 100644 --- a/gentoobrowse-api/Jamfile.jam +++ b/gentoobrowse-api/Jamfile.jam @@ -32,7 +32,7 @@ package.install install-client : <dependency>install-libs :  package.install install-service : <dependency>install-libs :  	util//gbdbupdate  	: -	service//gentoobrowse-service +	service//gentoobrowse-service++11  	;  package.install-data install-slice : gentoobrowse-api : diff --git a/gentoobrowse-api/service/Jamfile.jam b/gentoobrowse-api/service/Jamfile.jam index 89b28ab..46bf541 100644 --- a/gentoobrowse-api/service/Jamfile.jam +++ b/gentoobrowse-api/service/Jamfile.jam @@ -22,7 +22,7 @@ lib xslt : : : : <include>/usr/include/libxslt ;  lib slicer-xml ;  lib esmtp ; -lib gentoobrowse-service : +lib gentoobrowse-service++11 :  	[ glob-tree *.cpp : bin ]  	[ glob-tree *.xslt ]  	[ glob-tree *.sql ] diff --git a/gentoobrowse-api/unittests/Jamfile.jam b/gentoobrowse-api/unittests/Jamfile.jam index 575d54a..0df060c 100644 --- a/gentoobrowse-api/unittests/Jamfile.jam +++ b/gentoobrowse-api/unittests/Jamfile.jam @@ -28,8 +28,8 @@ lib testCommon :  	<library>..//Ice  	<library>..//IceBox  	<library>dryice -	<library>../service//gentoobrowse-service -	<implicit-dependency>../service//gentoobrowse-service +	<library>../service//gentoobrowse-service++11 +	<implicit-dependency>../service//gentoobrowse-service++11  	<library>boost_utf  	: :  	<library>dbpp-postgresql @@ -37,8 +37,8 @@ lib testCommon :  	<library>..//adhocutil  	<library>..//IceBox  	<library>dryice -	<library>../service//gentoobrowse-service -	<implicit-dependency>../service//gentoobrowse-service +	<library>../service//gentoobrowse-service++11 +	<implicit-dependency>../service//gentoobrowse-service++11  	<library>..//Ice  	<library>..//boost_system  	<library>..//boost_filesystem | 
