diff options
Diffstat (limited to 'ovs_build/dpdk_16.07/debian/rules')
-rwxr-xr-x | ovs_build/dpdk_16.07/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ovs_build/dpdk_16.07/debian/rules b/ovs_build/dpdk_16.07/debian/rules index e5b9499..3f5cf1c 100755 --- a/ovs_build/dpdk_16.07/debian/rules +++ b/ovs_build/dpdk_16.07/debian/rules | |||
@@ -40,6 +40,7 @@ build-indep: build-config | |||
40 | 40 | ||
41 | build-arch: build-config | 41 | build-arch: build-config |
42 | dh_testdir | 42 | dh_testdir |
43 | echo "CPUFLAGS_LIST := -DRTE_COMPILE_TIME_CPUFLAGS=" > mk/rte.cpuflags.mk | ||
43 | $(MAKE) O=$(DPDK_STATIC_DIR) build | 44 | $(MAKE) O=$(DPDK_STATIC_DIR) build |
44 | # Unfortunately the decision about having static or shared libraries is | 45 | # Unfortunately the decision about having static or shared libraries is |
45 | # made for the whole build, which then produces only .a or .so files | 46 | # made for the whole build, which then produces only .a or .so files |