aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openlldp/procfs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openlldp/procfs.patch')
-rw-r--r--testing/openlldp/procfs.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/openlldp/procfs.patch b/testing/openlldp/procfs.patch
deleted file mode 100644
index 56ea7b5d31..0000000000
--- a/testing/openlldp/procfs.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- ./configure.ac.orig
-+++ ./configure.ac
-@@ -188,16 +188,6 @@
- AC_MSG_CHECKING([for platform OS])
- AC_MSG_RESULT($platform)
-
--AS_IF([test $framer = "linux"],
-- [ MORELIBS="${MORELIBS} -lm"
-- AC_MSG_CHECKING([for procfs support])
-- if test -r /proc/net/dev; then
-- AC_MSG_RESULT(okay)
-- else
-- AC_MSG_ERROR([You must have ProcFS enabled in your kernel!]);
-- fi],
-- [])
--
- AS_IF([test $framer = "generic"],
- MORELIBS="${MORELIBS} -lwpcap -lpcap -ldnet",
- [])