From: Jelmer Vernooij Date: Tue, 27 May 2008 23:41:57 +0000 (+0200) Subject: Depend on debug names of shared libs for linking. X-Git-Tag: samba-4.0.0alpha4~24^2~1^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e3296f181acd8010cb1465097b91ae8cbf38b5f;p=thirdparty%2Fsamba.git Depend on debug names of shared libs for linking. --- diff --git a/source/build/smb_build/output.pm b/source/build/smb_build/output.pm index f9f12c3a732..76c6d3fc8fe 100644 --- a/source/build/smb_build/output.pm +++ b/source/build/smb_build/output.pm @@ -52,7 +52,7 @@ sub generate_shared_library($) $lib->{RESULT_SHARED_LIBRARY} = "$lib->{SHAREDDIR}/$lib->{LIBRARY_REALNAME}"; $lib->{OUTPUT_SHARED_LIBRARY} = "-l$link_name"; - $lib->{TARGET_SHARED_LIBRARY} = $lib->{RESULT_SHARED_LIBRARY}; + $lib->{TARGET_SHARED_LIBRARY} = "$lib->{SHAREDDIR}/$lib->{LIBRARY_DEBUGNAME}"; } sub generate_merged_obj($)