From 70386acb30b690fc9fcfdac9e01c8ca29ff20ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B6r=C3=B6k=20Edwin?= Date: Sun, 11 Sep 2011 10:00:52 +0300 Subject: [PATCH] fix ld error: unable to find version dependency `ZLIB_1.2.5' --- zlib.map | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zlib.map b/zlib.map index 65bcf17..f65a125 100644 --- a/zlib.map +++ b/zlib.map @@ -69,4 +69,4 @@ ZLIB_1.2.3.5 { ZLIB_1.2.5.1 { deflatePending; -} ZLIB_1.2.5; +} ZLIB_1.2.3.5; -- 1.7.5.4