File: use-debian-zlib.patch

package info (click to toggle)
libcompress-raw-zlib-perl 2.204-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,800 kB
  • sloc: ansic: 7,360; perl: 2,909; makefile: 11
file content (22 lines) | stat: -rw-r--r-- 547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Modify config.in to use vendor zlib instead of the built-in one.
Origin: vendor
Forwarded: not-needed
Author: Damyan Ivanov
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2022-06-26

--- a/config.in
+++ b/config.in
@@ -16,9 +16,9 @@
 #    Setting the Gzip OS Code
 #
 
-BUILD_ZLIB      = True
-INCLUDE         = ./zlib-src
-LIB             = ./zlib-src
+BUILD_ZLIB      = False
+INCLUDE         = /usr/include
+LIB             = /usr/lib
 OLD_ZLIB        = False
 GZIP_OS_CODE    = AUTO_DETECT
 USE_ZLIB_NG     = False