From: Luca Boccassi Date: Sun, 10 Jan 2021 12:21:46 +0000 (+0000) Subject: Use new --with-dpdk=shared configure flag value X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9835b2d8a658753d51d2d8a3bd9a84b3a40d9e02;p=ovs.git Use new --with-dpdk=shared configure flag value --- diff --git a/debian/rules b/debian/rules index a8deefc35..077462863 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ ifneq (,$(filter i386 amd64 ppc64el arm64, $(DEB_HOST_ARCH))) test -e Makefile || \ ../configure --prefix=/usr --localstatedir=/var --enable-ssl --enable-shared \ --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ - --with-dpdk --sysconfdir=/etc \ + --with-dpdk=shared --sysconfdir=/etc \ $(DATAPATH_CONFIGURE_OPTS)) endif