]> git.proxmox.com Git - libgit2.git/commit - wscript
Add library dependencies to the build
authorVicent Marti <tanoku@gmail.com>
Mon, 22 Nov 2010 14:42:21 +0000 (16:42 +0200)
committerVicent Marti <tanoku@gmail.com>
Tue, 23 Nov 2010 22:23:15 +0000 (00:23 +0200)
commite06551e51c02b015d587c83e97187805b7759f6a
tree0700abe49eec5f634ce91a63452236767d02d7d1
parent11777089307a35cddd618ae6c44e27ff201a4b7d
Add library dependencies to the build

The libgit2 shared library must be linked with all the dynamic libraries
it depends (z, openssl).

These libraries are now automatically detected during the configuration
phase.

Also, removed the linking dependency on libgit2 which Scott added: if
you link libgit2 with itself, the universe could implode, and we don't
want that to happen.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
wscript