diff options
| author | Timur I. Bakeyev <timur@FreeBSD.org> | 2009-07-12 19:40:37 +0000 |
|---|---|---|
| committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2009-07-12 19:40:37 +0000 |
| commit | ccb6ec69e0b4477db4db7b0af6744a51237f2d3f (patch) | |
| tree | 9219cd4c73cc98af7a72bcac4e87ed9fbd7dddef /net/samba4-devel/files/patch-source4__build__smb_build__output.pm | |
| parent | - Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATA (diff) | |
Samba 4 is the ambitious next version of the Samba suite that is being
developed in parallel to the stable 3.0 series. The main emphasis in
this branch is support for the Active Directory logon protocols used
by Windows 2000 and above.
Diffstat (limited to 'net/samba4-devel/files/patch-source4__build__smb_build__output.pm')
| -rw-r--r-- | net/samba4-devel/files/patch-source4__build__smb_build__output.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/samba4-devel/files/patch-source4__build__smb_build__output.pm b/net/samba4-devel/files/patch-source4__build__smb_build__output.pm new file mode 100644 index 000000000000..fe55156914bb --- /dev/null +++ b/net/samba4-devel/files/patch-source4__build__smb_build__output.pm @@ -0,0 +1,11 @@ +--- ./source4/build/smb_build/output.pm.orig 2009-06-19 04:36:48.000000000 +0000 ++++ ./source4/build/smb_build/output.pm 2009-07-12 02:39:36.000000000 +0000 +@@ -48,7 +48,7 @@ + $lib->{LIBRARY_DEBUGNAME} = $lib->{LIBRARY_REALNAME}; + + $lib->{LIBRARY_SONAME} = "\$(if \$($lib->{NAME}_SOVERSION),$lib->{LIBRARY_REALNAME}.\$($lib->{NAME}_SOVERSION),$lib->{LIBRARY_REALNAME})"; +- $lib->{LIBRARY_REALNAME} = "\$(if \$($lib->{NAME}_VERSION),$lib->{LIBRARY_REALNAME}.\$($lib->{NAME}_VERSION),$lib->{LIBRARY_REALNAME})"; ++ $lib->{LIBRARY_REALNAME} = "\$(if \$($lib->{NAME}_SOVERSION),$lib->{LIBRARY_REALNAME}.\$($lib->{NAME}_SOVERSION),$lib->{LIBRARY_REALNAME})"; + + $lib->{RESULT_SHARED_LIBRARY} = "$lib->{SHAREDDIR}/$lib->{LIBRARY_REALNAME}"; + $lib->{OUTPUT_SHARED_LIBRARY} = "-l$link_name"; |
