Skip to content
Commit c83a5309 authored by Orivej Desh's avatar Orivej Desh
Browse files

sqlite: do not contaminate dependent libtool-based projects with sqlite dependencies

sqlite is built as a shared library, but libtool nevertheless adds -lz into the
link commands of the dependent projects, which fail to link if they do not
directly depend on libz.  Fix this by clearing dependency_libs in libsqlite3.la.
parent 2c92213c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment