@@ -156,7 +156,7 @@ install:
git -c advice.detachedHead=false clone -q --depth=1 --single-branch --branch=v17.02 http://dpdk.org/git/dpdk dpdk
pushd dpdk
git log --oneline --decorate
- make config T=${TARGET} O=${TARGET}
+ make config T=${TARGET} O=${TARGET} MACHINE_CFLAGS=""
pushd ${TARGET}
sed -ri 's,(CONFIG_RTE_LIBRTE_PMD_PCAP=).*,\1y,' .config
popd
@@ -15,7 +15,7 @@ pushd dpdk
git log --oneline --decorate
#Make and edit DPDK configuration
-make config T=${TARGET} O=${TARGET}
+make config T=${TARGET} O=${TARGET} MACHINE_CFLAGS=""
pushd ${TARGET}
#To use I/O without DPDK supported NIC's enable pcap pmd:
sed -ri 's,(CONFIG_RTE_LIBRTE_PMD_PCAP=).*,\1y,' .config