Bug 4542 - Add TALLOC_OBJ to select shared libs.
Summary: Add TALLOC_OBJ to select shared libs.
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.25
Hardware: PPC AIX
: P3 major
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-24 17:59 UTC by William Jojo
Modified: 2019-06-11 21:24 UTC (History)
1 user (show)

See Also:


Attachments
Fix Makefile.in talloc dependencies. (1.11 KB, patch)
2007-04-24 18:02 UTC, William Jojo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description William Jojo 2007-04-24 17:59:17 UTC
libmsrpc.so, rid.so and ad.so don't resolve the external reference until runtime (-G option) and then fail miserably when unable to find _talloc_zero reference.
Comment 1 William Jojo 2007-04-24 18:02:11 UTC
Created attachment 2407 [details]
Fix Makefile.in talloc dependencies.

Fix for ad.so, rid.so and libmsrpc.so missing talloc references.
Comment 2 Andrew Bartlett 2019-06-11 13:16:47 UTC
Samba's build system has changed to waf so autoconf/makefile issues are no longer valid in supported versions.

Sorry!