aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2019-01-10 17:43:36 +0000
committerLuca Boccassi <luca.boccassi@gmail.com>2019-01-10 17:56:43 +0000
commitccaea88b3f861eee8fda8cc53c9777f55737dc2e (patch)
tree2aa9155683ca87bf82af034bb0d919893bad4414
parent1beb7cb7194b403747211c4f4a6a6bc45a07899b (diff)
Dynamically link applications and tests
Change-Id: I38a2c93e8e75317facd24eeaab7285e61d3df00f Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
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) \