Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 178923 | Differences between
and this patch

Collapse All | Expand All

(-)config.in (-3 / +3 lines)
Lines 16-24 Link Here
16
#    Setting the Gzip OS Code
16
#    Setting the Gzip OS Code
17
#
17
#
18
18
19
BUILD_ZLIB      = True
19
BUILD_ZLIB      = False
20
INCLUDE         = ./zlib-src
20
INCLUDE         = /usr/include
21
LIB             = ./zlib-src
21
LIB             = /usr/lib
22
22
23
OLD_ZLIB        = False
23
OLD_ZLIB        = False
24
GZIP_OS_CODE    = AUTO_DETECT
24
GZIP_OS_CODE    = AUTO_DETECT

Return to bug 178923