Bug 3691 - When compiling with DSO support, supplied LDFLAGS are not taken into account
Summary: When compiling with DSO support, supplied LDFLAGS are not taken into account
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: Other FreeBSD
: P3 normal (vote)
Target Milestone: ---
Assignee: Jelmer Vernooij
QA Contact: Andrew Bartlett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-15 23:20 UTC by Timur Bakeyev
Modified: 2006-04-24 09:59 UTC (History)
0 users

See Also:


Attachments
Add LDFLAGS to SHFD_FLAGS (661 bytes, patch)
2006-04-15 23:21 UTC, Timur Bakeyev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timur Bakeyev 2006-04-15 23:20:10 UTC
In particular I have gnutls installed in a specific location. As there is no --with-gnutls flag (should be added?) I have to supply paths to the library with environment. If modules compiled in statically, everything works.. But with --enable-dso it's not possible to point onto that specific location and compilation fails. Small patch,  atthached here, should sollve this problem.

P.S> but --with-gnutls would be better ;))
Comment 1 Timur Bakeyev 2006-04-15 23:21:44 UTC
Created attachment 1861 [details]
Add LDFLAGS to SHFD_FLAGS
Comment 2 Jelmer Vernooij 2006-04-24 09:59:37 UTC
Fixed in r15205, thanks!