summaryrefslogtreecommitdiffstats
path: root/lib/zlib
Commit message (Collapse)AuthorAgeFilesLines
* lib/zlib: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* lib/zlib: make use of conf.CHECK_BUNDLED_SYSTEM()Stefan Metzmacher2014-04-021-28/+23
| | | | | | | This way --bundled-libraries=ALL will use the internal zlib version. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* build: Remove autoconf build systemAndrew Bartlett2013-05-281-29/+0
| | | | | | | | | | | We are now confident that that waf build system meets enough of our needs that we will work to improve it, rather than maintain two build systems. Andrew Bartlett Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* build: a more robust zlib testAndrew Bartlett2011-09-091-1/+4
| | | | | | | Just in-case, and done this way due to the #define maze that applies to this function. No actual host has been found that needs this yet. Andrew Bartlett
* build: Remove zlib from the cache if we failed to pass all the testsMatthieu Patou2010-10-301-0/+6
| | | | This will avoid problems with redefinition of libs tests
* zlib: use the real library name 'z' instead of ZLIBAndrew Tridgell2010-10-301-4/+2
| | | | | using subsystem aliases has a lot of potential for confusion. Better to use the real name of the library.
* waf: Mark the replacement zlib private so that it can build on machine ↵Matthieu Patou2010-10-211-0/+1
| | | | | | | without a system zlib Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Thu Oct 21 21:47:46 UTC 2010 on sn-devel-104
* lib/zlib/wscript: fix system zlib detectionStefan Metzmacher2010-04-241-0/+3
| | | | metze
* s4-waf: more places missing libreplaceAndrew Tridgell2010-04-061-2/+1
|
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: cope with systems with zlib versions that are too oldAndrew Tridgell2010-04-061-0/+11
|
* build: zlib checksAndrew Tridgell2010-04-061-0/+11
|
* Fix typo in comments.Karolin Seeger2010-03-032-4/+4
|
* Spelling fixes in lib/zlib.Brad Hards2010-02-2211-20/+20
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* Rename BAD to BAD_DATA since the first is already defined on SunOS.Jelmer Vernooij2008-10-204-42/+42
|
* Use common detection function for zlib.Jelmer Vernooij2008-10-181-0/+29
|
* Move zlib to top-level root.Jelmer Vernooij2008-10-12200-0/+54050