From: Luca Boccassi Date: Thu, 10 Jan 2019 17:43:36 +0000 (+0000) Subject: Dynamically link applications and tests X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=ccaea88b3f861eee8fda8cc53c9777f55737dc2e;p=deb_dpdk.git Dynamically link applications and tests Change-Id: I38a2c93e8e75317facd24eeaab7285e61d3df00f Signed-off-by: Luca Boccassi --- diff --git a/debian/rules b/debian/rules index 9c05c8d4..5899dd09 100755 --- a/debian/rules +++ b/debian/rules @@ -112,6 +112,7 @@ override_dh_auto_clean: override_dh_auto_configure: dh_auto_configure -- $(DPDK_CONFIG_OPTIONS) \ --includedir=include/dpdk \ + --default-library=shared \ -Dper_library_versions=false \ -Dinclude_subdir_arch=../$(DEB_HOST_MULTIARCH)/dpdk \ -Dmachine=$(RTE_MACHINE) \