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
Updated by Alex Afanasyev over 11 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Updated by Alex Afanasyev over 11 years ago
- Status changed from Feedback to Code review
Updated by Alex Afanasyev over 11 years ago
- Status changed from Code review to Closed
Applied in changeset ndn-cpp-dev|commit:1160baa78aa840a4cda676a695aca8d2a1a91894.
Actions