summaryrefslogtreecommitdiff
path: root/net/proftpd/patches/patch-ad
blob: 055cf0d5d41d9b378ea516d27488c37eee196ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ad,v 1.7 2008/12/28 08:42:01 kim Exp $

The -lnsl library has its own check in configure.  We cannot hardcode it
as it is not needed and does not even exist on all platforms.

--- contrib/mod_wrap.c.orig	2008-01-25 03:53:34.000000000 +0200
+++ contrib/mod_wrap.c	2008-12-26 11:42:48.000000000 +0200
@@ -23,7 +23,7 @@
  * the source code for OpenSSL in the source distribution.
  *
  * -- DO NOT MODIFY THE TWO LINES BELOW --
- * $Libraries: -lwrap -lnsl$
+ * $Libraries: -lwrap$
  * $Id: patch-ad,v 1.7 2008/12/28 08:42:01 kim Exp $
  */