13 lines
726 B
Plaintext
13 lines
726 B
Plaintext
$OpenBSD: patch-subversion_libsvn_subr_auth_c,v 1.3 2011/10/13 11:23:01 stsp Exp $
|
|
--- subversion/libsvn_subr/auth.c.orig Fri Dec 31 15:24:13 2010
|
|
+++ subversion/libsvn_subr/auth.c Sat Jun 4 16:40:04 2011
|
|
@@ -398,7 +398,7 @@ svn_auth_get_platform_specific_provider
|
|
const char *library_label, *library_name;
|
|
const char *provider_function_name, *version_function_name;
|
|
library_name = apr_psprintf(pool,
|
|
- "libsvn_auth_%s-%d.so.0",
|
|
+ "libsvn_auth_%s-%d.so.${SO_VERSION}",
|
|
provider_name,
|
|
SVN_VER_MAJOR);
|
|
library_label = apr_psprintf(pool, "svn_%s", provider_name);
|