From: Thomas Monjalon Date: Tue, 12 Feb 2019 22:18:54 +0000 (+0100) Subject: devtools: test build of zlib PMD X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=fbe71342344bcea09b03cb3b9760b38a1a515002;p=dpdk.git devtools: test build of zlib PMD The PMD zlib was not enabled in devtools/test-build.sh. It is fixed by using the environment variable DPDK_DEP_ZLIB. Fixes: 0c4e4c16b004 ("compress/zlib: introduce zlib PMD") Cc: stable@dpdk.org Signed-off-by: Thomas Monjalon --- diff --git a/devtools/test-build.sh b/devtools/test-build.sh index ace52a776c..0511ae6d0e 100755 --- a/devtools/test-build.sh +++ b/devtools/test-build.sh @@ -158,6 +158,8 @@ config () # test "$DPDK_DEP_ZLIB" != y || \ sed -ri 's,(BNX2X_PMD=)n,\1y,' $1/.config test "$DPDK_DEP_ZLIB" != y || \ + sed -ri 's,(PMD_ZLIB=)n,\1y,' $1/.config + test "$DPDK_DEP_ZLIB" != y || \ sed -ri 's,(COMPRESSDEV_TEST=)n,\1y,' $1/.config test "$DPDK_DEP_PCAP" != y || \ sed -ri 's,(PCAP=)n,\1y,' $1/.config