Remi,

xrootd4 links to the system-openssl in /usr even though it Depends on 
openssl100-shlibs.

The following additions to the cmake parameters make sure cmake uses 
Fink's openssl libraries:

     -DOPENSSL_CRYPTO_LIBRARY:FILEPATH=%p/lib/libcrypto.dylib \
     -DOPENSSL_INCLUDE_DIR:PATH=%p/include \
     -DOPENSSL_SSL_LIBRARY:FILEPATH=%p/lib/libssl.dylib \
     -DCMAKE_VERBOSE_MAKEFILE=ON \

The last one just makes troubleshooting easier and is technically not 
needed for the OpenSSL linking.

Hanspeter

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to