ports/net/samba/files/patch-ba
David W. Chapman Jr. a53d48b241 Update to 2.2.6 RC2
Fix VFS problems with PORT:checking for VFS options before Makefile.inc included
2002-10-11 14:07:13 +00:00

11 lines
379 B
Text

--- source/configure.in.orig Thu Aug 29 07:05:30 2002
+++ source/configure.in Sat Sep 7 20:54:21 2002
@@ -1914,7 +1914,7 @@
yes)
AC_MSG_RESULT(yes)
AC_DEFINE(KRB5_AUTH)
- LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err"
+ LIBS="$LIBS -ldes425 -lkrb5 -lk5crypto -lcom_err"
CFLAGS="$CFLAGS -I$withval/include"
LDFLAGS="$LDFLAGS -L$withval/lib"
;;