summary refs log tree commit diff
path: root/pkgs/os-specific/linux/odp-dpdk/configure.patch
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2018-05-19 13:44:15 +0000
committerOrivej Desh <orivej@gmx.fr>2018-05-19 14:53:49 +0000
commitfc10e188e2f51fa59504ad6441c750cbd03e03aa (patch)
tree5edaa10b388e6d70244575e82b2c38d0d57337ed /pkgs/os-specific/linux/odp-dpdk/configure.patch
parentd3071137085a3440970a1659e15cc8fc9a675f4c (diff)
downloadnixpkgs-fc10e188e2f51fa59504ad6441c750cbd03e03aa.tar
nixpkgs-fc10e188e2f51fa59504ad6441c750cbd03e03aa.tar.gz
nixpkgs-fc10e188e2f51fa59504ad6441c750cbd03e03aa.tar.bz2
nixpkgs-fc10e188e2f51fa59504ad6441c750cbd03e03aa.tar.lz
nixpkgs-fc10e188e2f51fa59504ad6441c750cbd03e03aa.tar.xz
nixpkgs-fc10e188e2f51fa59504ad6441c750cbd03e03aa.tar.zst
nixpkgs-fc10e188e2f51fa59504ad6441c750cbd03e03aa.zip
linuxPackages.odp-dpdk: 1.15.0.0 -> 1.19.0.0_DPDK_17.11
Diffstat (limited to 'pkgs/os-specific/linux/odp-dpdk/configure.patch')
-rw-r--r--pkgs/os-specific/linux/odp-dpdk/configure.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/pkgs/os-specific/linux/odp-dpdk/configure.patch b/pkgs/os-specific/linux/odp-dpdk/configure.patch
deleted file mode 100644
index 3dadc98e834..00000000000
--- a/pkgs/os-specific/linux/odp-dpdk/configure.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 001ebfc2893b..7d19ebcd213f 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -215,7 +215,7 @@ AC_SUBST([testdir])
- ##########################################################################
- AM_CONDITIONAL([netmap_support], [test x$netmap_support = xyes ])
- AM_CONDITIONAL([PKTIO_DPDK], [test x$pktio_dpdk_support = xyes ])
--AM_CONDITIONAL([HAVE_PCAP], [test $have_pcap = yes])
-+AM_CONDITIONAL([HAVE_PCAP], [test x$have_pcap = xyes])
- AM_CONDITIONAL([DPDK_DEFAULT_DIR], [test "x${DPDK_DEFAULT_DIR}" = "x1"])
- AM_CONDITIONAL([test_installdir], [test "$testdir" != ""])
- AM_CONDITIONAL([cunit_support], [test x$cunit_support = xyes ])
-@@ -320,18 +320,6 @@ ODP_CFLAGS="$ODP_CFLAGS -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonli
- ODP_CFLAGS="$ODP_CFLAGS -Wformat-security -Wundef -Wwrite-strings"
- ODP_CFLAGS="$ODP_CFLAGS -std=gnu99"
- 
--dnl Use -Werror in the checks below since Clang emits a warning instead of
--dnl an error when it encounters an unknown warning option.
--AX_CHECK_COMPILE_FLAG([-Wimplicit-fallthrough=0],
--                      [ODP_CFLAGS="$ODP_CFLAGS -Wimplicit-fallthrough=0"],
--                      [], [-Werror])
--AX_CHECK_COMPILE_FLAG([-Wformat-truncation=0],
--                      [ODP_CFLAGS="$ODP_CFLAGS -Wformat-truncation=0"],
--                      [], [-Werror])
--AX_CHECK_COMPILE_FLAG([-Wformat-overflow=0],
--                      [ODP_CFLAGS="$ODP_CFLAGS -Wformat-overflow=0"],
--                      [], [-Werror])
--
- # Extra flags for example to suppress certain warning types
- ODP_CFLAGS="$ODP_CFLAGS $ODP_CFLAGS_EXTRA"
-