Advertisement
Guest User

Untitled

a guest
Sep 12th, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.17 KB | None | 0 0
  1. diff -ru --strip-trailing-cr 1/Jamfile 2/Jamfile
  2. --- 1/Jamfile   2012-08-21 13:51:36.883690700 +0400
  3. +++ 2/Jamfile   2012-08-22 02:58:45.603204900 +0400
  4. @@ -191,11 +191,6 @@
  5.     {
  6.         result += <library>boost_system ;
  7.  
  8. -       if <boost-link>shared in $(properties) && <encryption>openssl in $(properties)
  9. -       {
  10. -           result += <library>boost_date_time ;
  11. -       }
  12. -
  13.         # on mac the boost headers are installed in
  14.         # a directory that isn't automatically accessable
  15.         # on open indiana, boost is install at /usr/g++/include
  16. @@ -407,8 +402,8 @@
  17.  feature export-extra : off on : composite propagated ;
  18.  
  19.  # required for openssl on windows
  20. -lib ssleay32 : : <name>ssleay32 ;
  21. -lib libeay32 : : <name>libeay32 ;
  22. +lib ssleay32 : : <name>libssl ;
  23. +lib libeay32 : : <name>libcrypto ;
  24.  lib advapi32 : : <name>Advapi32 ;
  25.  lib user32 : : <name>User32 ;
  26.  lib shell32 : : <name>shell32 ;
  27. @@ -618,6 +613,7 @@
  28.     <link>shared:<define>BOOST_ASIO_SOURCE
  29.     <link>shared:<define>BOOST_SYSTEM_SOURCE
  30.     <link>shared:<define>BOOST_ALL_DYN_LINK
  31. +   <define>BOOST_ALL_NO_LIB
  32.  
  33.     <dht-support>on:<source>src/kademlia/$(KADEMLIA_SOURCES).cpp
  34.     <dht-support>logging:<source>src/kademlia/$(KADEMLIA_SOURCES).cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement