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 /external/Module_external.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 'external/Module_external.mk')
-rw-r--r-- | external/Module_external.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/Module_external.mk b/external/Module_external.mk index 7c78c7df8c65..ccd758c4e08d 100644 --- a/external/Module_external.mk +++ b/external/Module_external.mk @@ -68,6 +68,7 @@ $(eval $(call gb_Module_add_moduledirs,external,\ $(call gb_Helper_optional,LPSOLVE,lpsolve) \ $(call gb_Helper_optional,MARIADB,libmariadb) \ $(call gb_Helper_optional,MDDS,mdds) \ + $(call gb_Helper_optional,MDNSRESPONDER,mdnsresponder) \ $(if $(WITH_EXTRA_EXTENSIONS),misc_extensions) \ $(call gb_Helper_optional,MORE_FONTS,more_fonts) \ $(call gb_Helper_optional,MSPUB,libmspub) \ |