From d07d852bb4903aa12736fc17c808b6f4e6118bf1 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 file changed, 1 insertion(+), 1 deletion(-) 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;