Project

General

Profile

Actions

Feature #6421

closed

Add zlibwapi to extconf.rb file for zlib library

Added by djberg96 (Daniel Berger) almost 12 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
[ruby-core:44979]

Description

The vstudio contrib solution in zlib 1.2.7 creates a "zlibwapi" dll file. According to the readme.txt file, "The new DLL was renamed because there exist several incompatible versions of zlib.dll on the Internet."

So, I propose this very modest adjustment to the extconf.rb file for zlib:

-if %w'z libz zlib1 zlib zdll'.find {|z| have_library(z, 'deflateReset')} and
+if %w'z libz zlib1 zlib zdll zlibwapi'.find {|z| have_library(z, 'deflateReset')} and

Regards,

Dan


Related issues 1 (0 open1 closed)

Related to Backport193 - Backport #7293: Backport: Add zlibwapi to extconf.rb file for zlib library Closedusa (Usaku NAKAMURA)11/07/2012Actions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0