summaryrefslogtreecommitdiff
path: root/debian/patches/01_no_link_extralibs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/01_no_link_extralibs.patch')
-rw-r--r--debian/patches/01_no_link_extralibs.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/01_no_link_extralibs.patch b/debian/patches/01_no_link_extralibs.patch
deleted file mode 100644
index 583af54..0000000
--- a/debian/patches/01_no_link_extralibs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: b/configure.ac
-===================================================================
---- a/configure.ac
-+++ b/configure.ac
-@@ -131,7 +131,7 @@ AC_PROG_YACC
- gl_INIT
-
- ### Checks for libraries.
--AC_CHECK_LIB(bsd, revoke)
-+#AC_CHECK_LIB(bsd, revoke)
- AC_CHECK_LIB(nsl, inet_ntoa)
- AC_CHECK_LIB(resolv, gethostname)
- AC_CHECK_LIB(socket, getpeername)