diff options
author | drochner <drochner> | 2008-04-15 16:34:28 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-04-15 16:34:28 +0000 |
commit | fe7d8c1610caf4fc1961a0880e7ee52a180e1621 (patch) | |
tree | 399940d89bfcda2a9cd5c262f6456679a6b3fbf0 /sysutils/gvfs/patches | |
parent | 64cc06ce0e5b19385fc5db7140d7f67c92539afa (diff) | |
download | pkgsrc-fe7d8c1610caf4fc1961a0880e7ee52a180e1621.tar.gz |
add a runtime library search path for samba, bump PKGREVISION.
(smb access works now)
Diffstat (limited to 'sysutils/gvfs/patches')
-rw-r--r-- | sysutils/gvfs/patches/patch-aa | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sysutils/gvfs/patches/patch-aa b/sysutils/gvfs/patches/patch-aa index f3a19aba632..1c4ab450f9b 100644 --- a/sysutils/gvfs/patches/patch-aa +++ b/sysutils/gvfs/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/04/11 19:25:38 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2008/04/15 16:34:28 drochner Exp $ --- configure.orig 2008-04-08 04:07:37.000000000 +0200 +++ configure @@ -85,3 +85,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/04/11 19:25:38 drochner Exp $ pkg_failed=no { echo "$as_me:$LINENO: checking for KEYRING" >&5 +@@ -26600,7 +26600,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 |