]> git.tdb.fi Git - builder.git/commit
Deal with static build flags for binary packages
authorMikko Rasa <tdb@tdb.fi>
Mon, 10 Nov 2014 18:50:35 +0000 (20:50 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 10 Nov 2014 18:50:35 +0000 (20:50 +0200)
commit21ca3e98081c0dc0430d8e5301591aa71ec4fca2
treec1bae3a164936ba92300f7e0c7f58b08704aec55
parent41fdd69eb3f7c28ba91be3699d89ba1c2328cfdf
Deal with static build flags for binary packages

Some libraries have internal dependencies to other libraries, which are
automatically pulled in with dynamic linking, but need to be manually
specified to the linker when linking statically.
source/binary.cpp
source/binarypackage.cpp
source/binarypackage.h
source/packagemanager.cpp