Ticket #159 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Allow bsdxml instead of expat

Reported by: zml Assigned to: lennart
Priority: minor Milestone: Avahi 0.6.22
Component: avahi-core Version:
Keywords: Cc:

Description

libbsdxml is basically an expat source-compatible library shipped with *BSD. The attached patch futzes with configure in order to accept libbsdxml as a possible option. I tried to keep the style the same (if no xml lib is found and the user doesn't use --with-xml=none, I error out). Quite willing to accept comments and fix the patch.

Attachments

avahi_use_bsdxml.patch (4.7 kB) - added by zml on 08/21/07 02:58:11.

Change History

08/21/07 02:58:11 changed by zml

  • attachment avahi_use_bsdxml.patch added.

08/26/07 01:22:43 changed by lennart

  • status changed from new to assigned.
  • milestone set to Avahi 0.6.22.

Looks good to me, will merge.

12/16/07 21:23:23 changed by lennart

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [1585]) Allow compilation against bsdxml instead of Expat. Patch from zml. (Closes #159)