View | Details | Raw Unified | Return to problem 1322 | Differences between
and this patch

Collapse All | Expand All

(-)config.orig/architecture.gmk (-2 / +4 lines)
Lines 237-244 Link Here
237
  ifndef G4LIB_USE_EXPAT
237
  ifndef G4LIB_USE_EXPAT
238
    LOADLIBS += -lexpat
238
    LOADLIBS += -lexpat
239
  endif
239
  endif
240
  ifndef G4LIB_USE_ZLIB
240
  ifdef G4LIB_USE_ZLIB
241
    LOADLIBS += -lz
241
    ifndef G4LIB_BUILD_ZLIB
242
      LOADLIBS += -lz
243
    endif
242
  endif
244
  endif
243
endif
245
endif
244
246
(-)config.orig/binmake.gmk (-1 / +1 lines)
Lines 254-260 Link Here
254
    LDLIBS2 += -lG4expat
254
    LDLIBS2 += -lG4expat
255
  endif
255
  endif
256
256
257
  ifdef G4LIB_USE_ZLIB
257
  ifdef G4LIB_BUILD_ZLIB
258
    LDLIBS2 += -lG4zlib
258
    LDLIBS2 += -lG4zlib
259
  endif
259
  endif
260
260

Return to problem 1322