blob: 6c5295ef398f9c952fe09c2993612cdc86fc2a42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$NetBSD: patch-aa,v 1.18 2002/04/05 11:25:54 skrll Exp $
--- configure.orig Mon Mar 18 23:42:35 2002
+++ configure
@@ -1638,7 +1638,7 @@
# implement the "install-strip" target properly (strip executables,
# but do not try to strip scripts.)
#
-INSTALL_SCRIPT='${INSTALL}'
+#INSTALL_SCRIPT='${INSTALL}'
# random libc stuff
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
@@ -6095,7 +6095,7 @@
if test "$have_kerberos5" = yes ; then
# from Matt Knopp <mhat@infocalypse.netlag.com>
# (who got it from amu@mit.edu)
- PASSWD_LIBS="$PASSWD_LIBS -lkrb4 -ldes425 -lkrb5 -lk5crypto -lcrypt -lcom_err"
+ PASSWD_LIBS="$PASSWD_LIBS -lkrb5 -lasn1 -lkrb -lcrypto -lroken -lcom_err -lcrypt"
elif test "$have_kerberos" = yes ; then
# from Tim Showalter <tjs@psaux.com> for FreeBSD 4.2
PASSWD_LIBS="$PASSWD_LIBS -lkrb -ldes -lcom_err"
@@ -7584,7 +7584,7 @@
/*)
echo $ac_n "checking for XML headers""... $ac_c" 1>&6
echo "configure:7598: checking for XML headers" >&5
- d=$with_xml/include
+ d=$with_xml/include/gnome-xml
if test -d $d; then
X_CFLAGS="-I$d $X_CFLAGS"
echo "$ac_t""$d" 1>&6
|