commit | 224044fc30bb778fe3e4034305a70e9866f5decf | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jul 18 10:45:08 2016 +0200 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Aug 03 11:48:27 2016 -0700 |
tree | 7d767fecb907242203976702ad24438d27222680 | |
parent | 044bb7e9e51a87013f7910d8690422580ebd054a [diff] |
build: Force linking against the locally compiled ndn-cxx library When ndn-cxx is configured to be linked against static libraries (e.g., a static version of boost libraries) while ndn-cxx library is being compiled as a shared library, waf adds '-L<static/path>' before '-L.'. This can result in compilation failure when the system has a different version of the ndn-cxx library installed. This commit also makes a minor improvement for cryptopp library detection. Change-Id: Ia42a21b51a51a867a1b455a95d1cf5de6b21881f
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.