Commit 1406d437 authored by unknown's avatar unknown

fix for bug #18267: pthreads library in single-threaded libraries causes dlopen() to fail on HP/UX

  - zlib doesn't need a thread lib.


zlib/Makefile.am:
  fix for bug #18267: pthreads library in single-threaded libraries causes dlopen() to fail on HP/UX
    - zlib doesn't require a thread lib.
parent 0cd51b1a
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
INCLUDES= -I$(top_builddir)/include -I$(top_srcdir)/include INCLUDES= -I$(top_builddir)/include -I$(top_srcdir)/include
LIBS= $(NON_THREADED_LIBS)
pkglib_LTLIBRARIES=libz.la pkglib_LTLIBRARIES=libz.la
libz_la_LDFLAGS= -version-info 3:3:2 libz_la_LDFLAGS= -version-info 3:3:2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment