Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -ru --strip-trailing-cr 1/Jamfile 2/Jamfile
- --- 1/Jamfile 2012-08-21 13:51:36.883690700 +0400
- +++ 2/Jamfile 2012-08-22 02:58:45.603204900 +0400
- @@ -191,11 +191,6 @@
- {
- result += <library>boost_system ;
- - if <boost-link>shared in $(properties) && <encryption>openssl in $(properties)
- - {
- - result += <library>boost_date_time ;
- - }
- -
- # on mac the boost headers are installed in
- # a directory that isn't automatically accessable
- # on open indiana, boost is install at /usr/g++/include
- @@ -407,8 +402,8 @@
- feature export-extra : off on : composite propagated ;
- # required for openssl on windows
- -lib ssleay32 : : <name>ssleay32 ;
- -lib libeay32 : : <name>libeay32 ;
- +lib ssleay32 : : <name>libssl ;
- +lib libeay32 : : <name>libcrypto ;
- lib advapi32 : : <name>Advapi32 ;
- lib user32 : : <name>User32 ;
- lib shell32 : : <name>shell32 ;
- @@ -618,6 +613,7 @@
- <link>shared:<define>BOOST_ASIO_SOURCE
- <link>shared:<define>BOOST_SYSTEM_SOURCE
- <link>shared:<define>BOOST_ALL_DYN_LINK
- + <define>BOOST_ALL_NO_LIB
- <dht-support>on:<source>src/kademlia/$(KADEMLIA_SOURCES).cpp
- <dht-support>logging:<source>src/kademlia/$(KADEMLIA_SOURCES).cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement