mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
parent
bffb5fc182
commit
d3f260cbef
@ -245,9 +245,9 @@ sub SharedLibrary($$)
|
||||
}
|
||||
}
|
||||
|
||||
if (defined($ctx->{LIBRARY_SONAME})) {
|
||||
$lns .= "\n\t\@ln -fs $ctx->{LIBRARY_REALNAME} $ctx->{SHAREDDIR}/$ctx->{LIBRARY_DEBUGNAME}";
|
||||
}
|
||||
$lns .= "\nifdef $ctx->{NAME}_SOVERSION";
|
||||
$lns .= "\n\t\@ln -fs $ctx->{LIBRARY_REALNAME} $ctx->{SHAREDDIR}/$ctx->{LIBRARY_DEBUGNAME}";
|
||||
$lns .= "\nendif";
|
||||
|
||||
$self->output(<< "__EOD__"
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user