diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-27 23:54:40 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-30 13:11:10 +0000 |
commit | 9ec0e6d9cbb0b61e5cf37917baee31f2af1a2897 (patch) | |
tree | 1509d2ccdb5b7aeacd4b6f28037e3d323ace1ba2 /sd/Library_sd.mk | |
parent | 883321e141906f5dad47f0021a2fa8cadc3b9a01 (diff) |
sd: replace embedded mDNSResponder code with proper external tarball
The diff against the 379.37 release is 2500 lines, one of which
actually does anything at runtime (missing va_end()).
Change-Id: I1824e61fd4ac6c3ce28084913a2661134a03fd51
Reviewed-on: https://gerrit.libreoffice.org/20248
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index b86c51c02662..66dca4396955 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -529,14 +529,7 @@ $(eval $(call gb_Library_add_exception_objects,sd,\ sd/source/ui/remotecontrol/WINNetworkService \ )) -$(eval $(call gb_Library_add_cobjects,sd,\ - sd/source/ui/remotecontrol/mDNSResponder/DebugServices \ - sd/source/ui/remotecontrol/mDNSResponder/dnssd_clientlib \ - sd/source/ui/remotecontrol/mDNSResponder/dnssd_clientstub \ - sd/source/ui/remotecontrol/mDNSResponder/dnssd_ipc \ - sd/source/ui/remotecontrol/mDNSResponder/GenLinkedList \ - sd/source/ui/remotecontrol/mDNSResponder/dllmain \ -)) +$(eval $(call gb_Library_use_external,sd,mDNSResponder)) endif # OS=WNT |