Merge pull request #16363 from stintel/tcpreplay

tcpreplay: avoid host lib leakage
This commit is contained in:
Alexandru Ardelean 2021-08-16 11:20:53 +03:00 committed by GitHub
commit 06e70ff8cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,8 @@ CONFIGURE_VARS += \
ac_cv_lib_nl_nl_cache_alloc=no \
ac_cv_lib_nl_genl_3_genl_connect=no \
ac_cv_lib_nl_3_nl_cache_alloc=no \
ac_cv_lib_dbus_1_dbus_malloc=no
ac_cv_lib_dbus_1_dbus_malloc=no \
ac_cv_path_pcncfg=no
CONFIGURE_ARGS += \
--enable-force-pf \