Actions
Bug #1401
closedChange with sqlite3 detection
Start date:
03/24/2014
Due date:
% Done:
100%
Estimated time:
Description
OSX provides development module for sqlite3, but does not provide pkgconfig file, which is required during detection in ndn-cpp-dev.
Detection should be reverted to what it was before: trying to configure with pkgconfig and then falling back to just trying to compile a snippet with -lsqlite3
Actions