summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
Diffstat (limited to 'curl')
-rw-r--r--curl/ExternalProject_curl.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/curl/ExternalProject_curl.mk b/curl/ExternalProject_curl.mk
index b41a5d51b04d..c56d9eeb6fe1 100644
--- a/curl/ExternalProject_curl.mk
+++ b/curl/ExternalProject_curl.mk
@@ -11,6 +11,11 @@ $(eval $(call gb_ExternalProject_ExternalProject,curl))
$(eval $(call gb_ExternalProject_use_unpacked,curl,curl))
+$(eval $(call gb_ExternalProject_use_externals,curl,\
+ nss3 \
+ zlib \
+))
+
$(eval $(call gb_ExternalProject_register_targets,curl,\
build \
))
> 2016-07-19Resolves: tdf#100909 artifacts in hole of polypolygon shapeCaolán McNamara 2016-07-07tdf#82214 optimize performance for primitivesArmin Le Grand 2016-07-07tdf#50613 speedup fat line drawing on linux using cairoArmin Le Grand 2016-07-04"it is working properly", not "it is working property"Christian Lohmaier 2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen 2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko 2016-06-03loplugin:constantparamsNoel Grandin 2016-05-17tdf#99130 use subdivision on B2DPolygon, angle based subdivisionTomaž Vajngerl 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann 2016-05-06basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl 2016-05-02Fix typosAndrea Gelmini 2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin 2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin 2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin 2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin 2016-04-13loplugin:passstuffbyref in basegfxNoel Grandin 2016-03-31tdf#96505 Remove 0L occurences from avmedia and basegfx modulesslideon 2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann 2016-03-30loplugin:nullptrStephan Bergmann 2016-03-10Avoid reserved identifiersStephan Bergmann 2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani 2016-03-03loplugin:unuseddefaultparams variousNoel Grandin 2016-02-25opengl: shader based polyline rendering - fixes tdf#97137 for OGLTomaž Vajngerl 2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran 2016-02-09crashtesting: crash on loading moz414782-1.svgCaolán McNamara 2016-02-05Fix typosAndrea Gelmini 2016-01-31boost::tuple -> std::tupleCaolán McNamara 2016-01-22loplugin:fpcomparison in basegfxNoel Grandin 2016-01-21loplugin: unused return valuesNoel Grandin 2016-01-19Bin unneeded variableTor Lillqvist