Bug 6441 - Cannot build smbd with --enable-dnssd
Summary: Cannot build smbd with --enable-dnssd
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.3
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.3.4
Hardware: x86 Linux
: P3 minor
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-05 15:27 UTC by TAKAHASHI Motonobu
Modified: 2009-07-27 05:25 UTC (History)
0 users

See Also:
vl: review+


Attachments
Patch for smbd/server.c (349 bytes, patch)
2009-06-05 15:29 UTC, TAKAHASHI Motonobu
no flags Details
Patch for 3.3 (1.04 KB, patch)
2009-06-06 14:47 UTC, Volker Lendecke
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description TAKAHASHI Motonobu 2009-06-05 15:27:09 UTC
Missing declarition for "r_fds" and "idle_timeout", linking smbd with --enable-dnssd failed.
Comment 1 TAKAHASHI Motonobu 2009-06-05 15:29:10 UTC
Created attachment 4246 [details]
Patch for smbd/server.c

Simple declare r_fds and idle_timeout.
Comment 2 Volker Lendecke 2009-06-06 14:47:32 UTC
Created attachment 4252 [details]
Patch for 3.3

The attached patch removes the call to dns_register_smbd() completely, this is broken right now anyway.

Is that ok for you?

Volker
Comment 3 TAKAHASHI Motonobu 2009-06-06 22:11:34 UTC
Thanks, vl.
This is reasonable adjustment for me.
Comment 4 Volker Lendecke 2009-06-07 01:23:25 UTC
Re-opening to be able to assign to Karolin for pushing to 3.3.
Comment 5 Volker Lendecke 2009-06-07 01:25:55 UTC
Karo, do we need another developer to ack this? You can easily check this on host "opi", it has the necessary libs installed.

Volker
Comment 6 Karolin Seeger 2009-06-08 03:07:23 UTC
Pushed, thanks!
Will be included in 3.3.5.
Closing out bug report.