stages: 2/04-iso: Do not include kernel build/source tree in the LiveCD
[dragora.git] / patches / ghostscript / ghostscript-system-zlib.patch
blobed6e42da32cadf450added31ab3b8d1491582190
1 diff --git a/base/lib.mak b/base/lib.mak
2 index e8ee4e7..4abaa05 100644
3 --- a/base/lib.mak
4 +++ b/base/lib.mak
5 @@ -589,7 +589,9 @@ srlx_h=$(GLSRC)srlx.h
6 sstring_h=$(GLSRC)sstring.h
7 strimpl_h=$(GLSRC)strimpl.h $(scommon_h) $(gstypes_h) $(gsstruct_h)
8 szlibx_h=$(GLSRC)szlibx.h
9 +ifneq ($(SHARE_ZLIB),1)
10 zlib_h=$(ZSRCDIR)$(D)zlib.h
11 +endif
12 # We have two of the following, for shared zlib (_1)
13 # and 'local' zlib (_0)
14 szlibxx_h_1=$(GLSRC)szlibxx.h $(szlibx_h)