10/02/2022 16:42, Bruce Richardson:
> +executable('chkincs-cpp', cpp_sources,
> +        cpp_args: ['-include', 'rte_config.h', cflags],
> +        link_args: dpdk_extra_ldflags,
> +        include_directories: includes,
> +        dependencies: deps,
> +        link_whole: dpdk_static_libraries + dpdk_drivers,
> +        install: false)

devtools/test-meson-builds.sh is failing on build-x86-generic
at link stage:
        /usr/bin/ld: cannot find -lIPSec_MB
That's probably because there is no pkg-config file for this lib,
and it is not installed in a standard directory,
so my setup is adding -L in LDFLAGS.


Reply via email to