blob: 3e3edb62c8143d7e771bdc0d575349f232321bd3 (
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.5 2009/12/09 18:53:49 drochner Exp $
--- configure.orig 2009-11-30 12:06:16.000000000 +0100
+++ configure
@@ -17863,7 +17863,7 @@ if test "x$enable_gdu" != "xno"; then
msg_gdu=yes
fi
- if test "x$msg_gdu" == "xyes"; then
+ if test "x$msg_gdu" = "xyes"; then
pkg_failed=no
{ $as_echo "$as_me:$LINENO: checking for GDU" >&5
@@ -19679,7 +19679,7 @@ _ACEOF
msg_samba="yes"
if test x$with_samba_libs != x/usr/lib; then
- SAMBA_LIBS="-L$with_samba_libs -lsmbclient"
+ SAMBA_LIBS="-L$with_samba_libs -lsmbclient -Wl,-R$with_samba_libs"
else
SAMBA_LIBS="-lsmbclient"
fi
@@ -20911,7 +20911,7 @@ _ACEOF
fi
-if test "$ac_cv_func_statfs" = yes ; then
+if test "$ac_cv_func_statvfs" != yes -a "$ac_cv_func_statfs" = yes ; then
{ $as_echo "$as_me:$LINENO: checking number of arguments to statfs()" >&5
$as_echo_n "checking number of arguments to statfs()... " >&6; }
cat >conftest.$ac_ext <<_ACEOF
|