From: Bruce Richardson Date: Mon, 4 Dec 2017 15:00:33 +0000 (+0000) Subject: build: change default library type to static X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=93b1f90ae17425c496257bacb21d9699dd072cf3;hp=93b1f90ae17425c496257bacb21d9699dd072cf3;p=dpdk.git build: change default library type to static Now that we always build both static and shared libraries, the default library type only applies to apps and examples. To avoid issues with paths when doing actual development with DPDK, change the default app build to static. This makes sure that testpmd, and any examples built as part of a development build, are runnable without being installed. Signed-off-by: Bruce Richardson Acked-by: Luca Boccassi ---