summaryrefslogtreecommitdiff
path: root/libz/libz
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-04-08 19:19:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-04-08 19:19:36 +0300
commitba3258b954d669e8d5196308cac1e702f9353af0 (patch)
tree8e75e5722f9de0473418937a9ecb39ebc5fa0950 /libz/libz
parentbc421281715a472a4e03001c6bce0cbf476b65c4 (diff)
Release version 1.2.1100+2v1.2.1100+2
Fix libz/buildfile. Disable success build emails. Canonicalize license in package manifest. Make the .map and .def files prerequisites of the libs type target. Turn libz/LICENSE into symlink.
Diffstat (limited to 'libz/libz')
-rw-r--r--libz/libz/buildfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/libz/libz/buildfile b/libz/libz/buildfile
index 32d97e4..89c7ea9 100644
--- a/libz/libz/buildfile
+++ b/libz/libz/buildfile
@@ -1,7 +1,7 @@
# file : libz/buildfile
# license : zlib License; see accompanying LICENSE file
-lib{z}: {h c}{*} def{zlib}
+lib{z}: {h c}{* -zconf} h{zconf}
tclass = $c.target.class
tsys = $c.target.system
@@ -10,7 +10,8 @@ linux = ($tclass == 'linux')
bsd = ($tclass == 'bsd')
windows = ($tclass == 'windows')
-lib{z}: file{zlib.map}: include = ($linux || $bsd ? adhoc : false)
+libs{z}: file{zlib.map}: include = ($linux || $bsd ? adhoc : false)
+libs{z}: def{zlib}: include = $windows
# Include the generated config header into the distribution (so that we don't
# pick up an installed one) and don't remove it when cleaning in src (so that
@@ -47,7 +48,7 @@ switch $tclass, $tsys
#
c.poptions =+ "-I$out_base" "-I$src_base"
-switch $c.class, $tsys
+switch $c.class
{
case 'gcc'
{
@@ -96,7 +97,6 @@ else
# Install the bare minimum of headers (note: not recreating subdirectories).
#
-h{*}: install = false
-
-for h: zconf zlib
- h{$h}@./: install = include/
+h{*}: install = false
+h{zconf}: install = include/
+h{zlib}@./: install = include/