diff options
Diffstat (limited to 'www/twhttpd/files/patch-ad')
-rw-r--r-- | www/twhttpd/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/twhttpd/files/patch-ad b/www/twhttpd/files/patch-ad new file mode 100644 index 000000000000..3d5ace1c5058 --- /dev/null +++ b/www/twhttpd/files/patch-ad @@ -0,0 +1,11 @@ +--- configure.in.orig Wed Sep 25 12:41:35 2002 ++++ configure.in Wed Sep 25 12:41:44 2002 +@@ -8,7 +8,7 @@ + AC_PROG_LEX + + dnl Checks for libraries. +-AC_CHECK_LIB(pwdb, crypt) ++AC_CHECK_LIB(crypt, crypt) + AC_CHECK_LIB(socket, bind) + AC_CHECK_LIB(nsl, gethostbyname) + |