commit | 59d67a50e7a4597cb718052a258bf465b966ddb5 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 03 16:09:31 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Apr 07 21:33:34 2014 -0700 |
tree | 25928c7b162024b0805a76ec832e45eb726dbe92 | |
parent | ff2d08fad0f29a7326d6bf587634137acce8ef1d [diff] |
build: Correction of OSX Security Framework detection When a non-Apple compiler is used (e.g., gcc-4.8 from macports), OSX Security Framework cannot be used, but security framework detection was not failing. This commit makes security framework optional on OSX platform, waf will present warning and `*-osx.*` files will not be compiled in such cases. Note that on OSX 10.9 even with this fix, compilation with gcc-4.8 will still fail, because of STL library incompatibility (e.g., boost and cryptopp libraries usually compiled against Apple-provided STL and gcc-4.8 uses by default gcc's STL). Change-Id: Iecc69f8913fa2f5fea62ac22918d6bc0f05d77c4 Refs: #1443
ndn-cpp-dev is a new implementation of a Named Data Networking client library written in C++.
ndn-cpp-dev is open source under a license described in the file COPYING. While the license does not require it, we really would appreciate it if others would share their contributions to the library if they are willing to do so under the same license.
See the file INSTALL for build and install instructions.
Please submit any bugs or issues to the ndn-cpp-dev issue tracker: http://redmine.named-data.net/projects/ndn-cpp-dev/issues