summaryrefslogtreecommitdiffstats
path: root/curl
Commit message (Collapse)AuthorAgeFilesLines
* If we have strlcat(), we have strlcat(), no need to declare itTor Lillqvist2013-09-132-0/+10
| | | | | | | | The system strlcat() might be some clever built-in or macro thing anyway, and having a bogus duplicate declaration can cause problems. And does, in the iOS 7 SDK. Change-Id: I0aed0ad0f7b96c1c887ed928a2c07fc99bd703f7
* enable binary package option for a set of 'stable' librariesNorbert Thiebaud2013-08-171-1/+1
| | | | | | | | Change-Id: I8924ba22d178aa4d8e500ae3f484af654a37e87e Reviewed-on: https://gerrit.libreoffice.org/4765 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* gbuild: ExternalProject: remove second parameter again...Michael Stahl2013-05-071-1/+1
| | | | | | ... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
* gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl2013-05-071-3/+1
| | | | | | | It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
* use gb_ExternalPackage_add_runtime_library for adding libsDavid Tardon2013-05-011-4/+6
| | | | Change-Id: I7be80bbef306db8f7ad585e95bfa4b6da0b30067
* get curl building on aixCaolán McNamara2013-04-221-0/+2
| | | | Change-Id: I4f8f2830a4c13637f6ee6aa06c554b88b95fcf45
* curl: add missing dependency on NSS external (zlib too)Michael Stahl2013-04-191-0/+5
| | | | | | Thanks again to Alex Thurgood, who doesn't have much luck this week :) Change-Id: I0e902f6994b07fb277b3561fa5bfc8662e954202
* curl: link against the internal NSS if SYSTEM_NSS=NOMichael Stahl2013-04-181-3/+19
| | | | | | | | | | | This is somewhat non-obvious since there is no way to override curl configure's use of pkg-config for NSS... it needs actually 2 include paths, and the --with-nss takes only one (which is extended with include/ and lib/). Thanks to Alex Thurgood for the report. Change-Id: I06074de50daad19a2cc62fe4090d3c0fbfdb2cb1
* adapt all externals to build against MSVC debug runtimeMichael Stahl2013-04-152-2/+10
| | | | | | | | | | | | | | | | Add patches and/or tweaks to the following modules: curl, cppunit, icu, lcms2, libxml2, libxslt, libxmlsec, lpsolve, nss, openssl, python3 lcms2 has an inconsistency where the .lib and the .dll don't agree on the .dll name. openssl gets a honorable mention because apparently it's undocumented custom build system can build with /MDd if one picks the right configuration but i couldn't figure out how to do that in an hour of trying, and just patched the release config instead. Change-Id: I7854a0fc85247e398d561b4f513d09fe2d1ebb3c
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* quiet external module build log unless failureNorbert Thiebaud2013-02-221-26/+26
| | | | | | | | | | | | | | | | | | ExternalProject usually involve a configure and a make step that produce a bunch of output usually irrelevant including a large number of warning and other mess. now that everything is pretty much in tail_build these output get interleaved with useful output from the build of the product and actually drown them in a logorrhea of messy noise. This store the output of external modules in a log file and only print them as a whole if the module failed do build. on a non-verbose build. Change-Id: I3abfcccd6d16821a9e061a71e031b427cc283647 Reviewed-on: https://gerrit.libreoffice.org/2304 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* curl: fixed crashers in curl patch for system proxyCédric Bosdonnat2013-01-221-4/+5
| | | | Change-Id: Ieb8e782eab9c9bde1d2099d8cc32eceef9f00002
* curl: it seems the build breaks unless this is formatted uglyMichael Stahl2013-01-211-1/+1
| | | | Change-Id: I554bb631a9b8d7b334483eeaed9b096451660a75
* curl: fixed crashers in curl patch for system proxyCédric Bosdonnat2013-01-211-16/+20
| | | | Change-Id: Ieb8e782eab9c9bde1d2099d8cc32eceef9f00002
* ...and some more curl code layout massagingStephan Bergmann2013-01-211-11/+10
| | | | Change-Id: Ifbd7dcc3fa8d18192d2ac2fc5faca1b0637c93c2
* More massaging to avoid odd layout-related warnings/errors from GCCStephan Bergmann2013-01-211-6/+8
| | | | | | (...whatever it is that causes them to be raised at least in my build). Change-Id: I52889de876e448ae8e90ec328e65cda2025968e2
* Tabs to spacesStephan Bergmann2013-01-211-14/+14
| | | | Change-Id: Ib0d64c9d93f7ae73a160ad242a6731b781edaf0f
* curl: patched to read IE proxy settings on WindowsCédric Bosdonnat2013-01-212-0/+125
| | | | Change-Id: I46605f6c8dfacab0feb5a446db458eed8e5756ee
* Enable NTLM authentication (using sspi.h) in Windows build of curlFridrich Štrba2013-01-181-1/+1
| | | | Change-Id: I5e24338b937d32cd3a09f82bd3cf5a8b29f5d340
* Get rid of (most uses of) GUITor Lillqvist2012-12-252-2/+2
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* commit delete various unused makefile.mksCaolán McNamara2012-12-061-190/+0
| | | | Change-Id: I382423164fd65679d3b893ea0d9729508813b425
* tweak some build.lsts...Michael Stahl2012-11-151-2/+1
| | | | Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
* Deliver the right curl librariesFridrich Štrba2012-11-141-0/+1
| | | | Change-Id: I999591422ec9fb26025d7eda19d2e1271b310534
* Add PATH to have curl configure find ns{s,pr}-config in solverCédric Bosdonnat2012-10-311-2/+3
| | | | Change-Id: I15dc96c13189d0dc76c616f3ab49d2ea099bc884
* Fix MSVC build: LIB is not in environment so set it for the nmake commandTor Lillqvist2012-10-301-1/+1
| | | | Change-Id: Ic2f43692f003f6d3a88681d61fe21f52276b0b7b
* Correct location of the libtool-built libcurlTor Lillqvist2012-10-301-4/+4
| | | | Change-Id: I0b997cdd3c133fa2212d519a136fa17f08a68730
* tweak curl gbuildificationMatúš Kukan2012-10-292-12/+14
| | | | Change-Id: I17eae5612b88c3f57842a8ae50b1d062acf94765
* convert curl to gbuildPeter Foley2012-10-299-20/+174
| | | | Change-Id: I8c038a0c59660f4fb672d71c08e6ee0b56c302ee
* curl: disable use of debug configuration (needs msvcr90d.dll)Michael Stahl2012-10-251-4/+7
| | | | Change-Id: I7c22869028a78f48836741a4eb4cd5bbff16e884
* Adapt for DISABLE_DYNLOADING instead of just iOSTor Lillqvist2012-09-141-2/+2
| | | | Change-Id: I26bc5d87725eb9ae00387e42e9a65ed26a8ec168
* curl: fixed internal nss configure to get nspr includesCédric Bosdonnat2012-07-112-0/+18
| | | | | | | | | The nspr includes aren't added when using nss-config while they are added by pkg-config. This caused internal build to fail when nss devel packages aren't installed on the system. Patched the configure to get it working. Change-Id: I86d7d56c0d6df2dbf69ba7ac2a6f930ecb4ae8fb
* Try to fix Windows build of curlFridrich Strba2012-07-024-23/+38
| | | | Change-Id: Ifd760cf91ef6c9afe10a110e9b8db2dcc53fd3c8
* curl: updated to 7.26.0 to have NTLM auth working with NSSCédric Bosdonnat2012-07-026-136/+107
| | | | | | | The update work still needs the review of the windows patches as the original sources have significantly been changed. Change-Id: I80e493771f86f0dd87762b63c0c5ee3577fca388
* EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton2012-05-091-1/+1
| | | | Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* Simplify install name handling for external libraries on Mac OS XStephan Bergmann2012-02-291-0/+5
| | | | | | | | | ...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
* Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich2012-02-091-0/+1
|
* Code modules no longer depend on stlport.Stephan Bergmann2011-12-161-1/+1
|
* Make also the libcurl library end in .so for AndroidTor Lillqvist2011-11-102-0/+20
|
* no .pc when built without configureCaolán McNamara2011-10-041-0/+2
|
* deliver the .pc file as well I guessCaolán McNamara2011-10-032-1/+6
|
* Make Android cross-build workingThorsten Behrens2011-09-272-11/+20
| | | | | | | | | | | | In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
* curl: disable libssh2 supportMiklos Vajna2011-08-091-1/+1
| | | | Otherwise internal curl may pick up system libssh2.
* Cross-compilation support for AndroidTor Lillqvist2011-06-092-1/+23
|
* Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist2011-06-061-1/+1
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-12/+12
|
* Drop unnecessary quotes around platform tripletsTor Lillqvist2011-05-301-1/+1
|
* Cross-compilation support and iOS in particularTor Lillqvist2011-05-241-1/+14
|
* Drop OS2Tor Lillqvist2011-05-211-13/+0
|