From 1406d437e3ef7d778b4f1bb70ad84b6aa9dcd0bc Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 16 Aug 2006 14:34:08 +0500 Subject: [PATCH] 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. --- zlib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zlib/Makefile.am b/zlib/Makefile.am index 71619ce40c1..5020b8d9db8 100644 --- a/zlib/Makefile.am +++ b/zlib/Makefile.am @@ -18,6 +18,8 @@ INCLUDES= -I$(top_builddir)/include -I$(top_srcdir)/include +LIBS= $(NON_THREADED_LIBS) + pkglib_LTLIBRARIES=libz.la libz_la_LDFLAGS= -version-info 3:3:2