freebsd-ports/japanese/samba/files/patch-ba
Norikatsu Shigemura ee6e88c049 Fix build problem on 4.8-PRELEASE(reported in FreeBSD-users-jp@).
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)
2003-02-28 12:05:30 +00:00

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"
;;