summaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2022-07-25 14:19:37 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-07-29 17:07:25 +0200
commit66824fb8da52b7942122f9dda4cd09aea593c17f (patch)
tree8871b722997a0b7fa4c11ef07ae59399ae2e3ffe /python/setup.py
parenta68002cd9a93907c831667fcdb1fe2cae6b8c41f (diff)
downloadopenvswitch-66824fb8da52b7942122f9dda4cd09aea593c17f.tar.gz
libopenvswitch.pc: Add missing libs for a static build.
SSL, BPF, lcap-ng and other libraries are in use by a static library, so they has to be linked while building applications with that static library, i.e. 'pkg-config --libs --static libopenvswitch' must return -lssl, -lcap-ng, etc. in the output for a successful build. For dynamic library (non-private Libs) all these libraries will be dynamically linked to libopenvswitch.so, so the application will pick them up without having a direct dependency. Acked-by: Frode Nordahl <frode.nordahl@canonical.com> Reviewed-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'python/setup.py')
0 files changed, 0 insertions, 0 deletions