mirror of
https://github.com/MariaDB/server.git
synced 2025-12-28 08:10:14 +00:00
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.
This commit is contained in:
parent
0cd51b1afd
commit
1406d437e3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user