mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-23 18:19:50 +00:00
4c210adcb5
It has been a request that multiple libnl versions should be installabe in parallel. In order to achieve this, the basename of the library was changed to libnl-3 which reflects the 3rd generation of libnl APIs. It also means that release based library versioning is left behind and libtool versioning is used instead. Projects using pkgconfig will automatically link against the new library basename and will not notice a difference. The SO versioning is based on the glib model: current := 100 * minor + micro - revision revision := revision age := age (number of backwards compatible versions)
12 lines
273 B
PkgConfig
12 lines
273 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libnl-nf
|
|
Description: Netfilter Netlink Library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: libnl-route-3.0
|
|
Libs: -L${libdir} -lnl-nf-@MAJ_VERSION@
|
|
Cflags: -I${includedir}/libnl@MAJ_VERSION@
|