ee6e88c049
PR: ports/48698, FreeBSD-users-jp/73581 Reported by: K.Magara <magara@maizuru-ct.ac.jp> Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
20 lines
627 B
Text
20 lines
627 B
Text
--- configure.in.orig Wed Feb 26 17:32:32 2003
|
|
+++ configure.in Wed Feb 26 17:33:13 2003
|
|
@@ -170,7 +170,7 @@
|
|
AC_SUBST(INSTALLCLIENTLIB)
|
|
|
|
# compile with optimization and without debugging by default
|
|
-CFLAGS="-O ${CFLAGS}"
|
|
+CFLAGS="${CFLAGS}"
|
|
|
|
AC_ARG_ENABLE(debug,
|
|
[ --enable-debug Turn on compiler debugging information (default=no)],
|
|
@@ -1981,7 +1981,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"
|
|
;;
|