File: disable_libz.patch

package info (click to toggle)
htmldoc 1.9.3-1%2Bdeb10u4
  • links: PTS
  • area: main
  • in suites: buster
  • size: 15,224 kB
  • sloc: ansic: 67,846; cpp: 24,380; makefile: 352; sh: 149; java: 59; php: 36; xml: 10; perl: 7
file content (21 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Author: Reiner Herrmann <reiner@reiner-h.de>
Description: Disable zlib support
 Since autoreconf is enabled, config.h.in is regenerated and enables zlib
 support by default.
 This enabled a code path that does not compile as it requires a cups-private
 symbol: _cupsStrScand.
 It is disabled here now, as it was also disabled in the past and in upstream's
 default configuration.
Forwarded: not-needed


--- a/configure.ac
+++ b/configure.ac
@@ -309,7 +309,6 @@
 
 AC_DEFINE([HAVE_LIBJPEG], [], [libjpeg support])
 AC_DEFINE([HAVE_LIBPNG], [], [libpng support])
-AC_DEFINE([HAVE_LIBZ], [], [libz support])
 
 LIBS="$NEWLIBS $LIBS"