The Samba-Bugzilla – Attachment 1861 Details for
Bug 3691
When compiling with DSO support, supplied LDFLAGS are not taken into account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add LDFLAGS to SHFD_FLAGS
patch-build_smb_build_makefile.pm (text/plain), 661 bytes, created by
Timur Bakeyev
on 2006-04-15 23:21:44 UTC
(
hide
)
Description:
Add LDFLAGS to SHFD_FLAGS
Filename:
MIME Type:
Creator:
Timur Bakeyev
Created:
2006-04-15 23:21:44 UTC
Size:
661 bytes
patch
obsolete
>--- build/smb_build/makefile.pm.orig Sat Apr 15 05:51:40 2006 >+++ build/smb_build/makefile.pm Sat Apr 15 15:32:43 2006 >@@ -135,14 +135,14 @@ > LOCAL_LINK_FLAGS=$devld_local > INSTALL_LINK_FLAGS=$devld_install > >-LD=$self->{config}->{LD} >+LD=$self->{config}->{LD} > LDFLAGS=$self->{config}->{LDFLAGS} -L\$(builddir)/bin > > STLD=$self->{config}->{AR} >-STLD_FLAGS=-rc >+STLD_FLAGS=-rc $self->{config}->{LDFLAGS} > > SHLD=$self->{config}->{CC} >-SHLD_FLAGS=$self->{config}->{LDSHFLAGS} -L\$(builddir)/bin >+SHLD_FLAGS=$self->{config}->{LDSHFLAGS} $self->{config}->{LDFLAGS} -L\$(builddir)/bin > SHLIBEXT=$self->{config}->{SHLIBEXT} > > XSLTPROC=$self->{config}->{XSLTPROC}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3691
: 1861