diff options
author | Török Edwin <edwintorok@gmail.com> | 2011-09-11 10:00:52 +0300 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-11 11:22:07 -0700 |
commit | d07d852bb4903aa12736fc17c808b6f4e6118bf1 (patch) | |
tree | bb8191f394d9b995ccb6a98580f9e84eb67cccef /zlib.map | |
parent | d6cbbd5c64e522fda640b69edc5b00e0e339983d (diff) | |
download | zlib-d07d852bb4903aa12736fc17c808b6f4e6118bf1.tar.gz zlib-d07d852bb4903aa12736fc17c808b6f4e6118bf1.tar.bz2 zlib-d07d852bb4903aa12736fc17c808b6f4e6118bf1.zip |
fix ld error: unable to find version dependency `ZLIB_1.2.5'
Diffstat (limited to 'zlib.map')
-rw-r--r-- | zlib.map | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,4 +69,4 @@ ZLIB_1.2.3.5 { | |||
69 | 69 | ||
70 | ZLIB_1.2.5.1 { | 70 | ZLIB_1.2.5.1 { |
71 | deflatePending; | 71 | deflatePending; |
72 | } ZLIB_1.2.5; | 72 | } ZLIB_1.2.3.5; |