mirror of
https://github.com/MariaDB/server.git
synced 2025-07-21 23:50:01 +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.
This commit is contained in:

parent
9f6c76eb20
commit
2765b6fa24
@ -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
|
||||
|
Reference in New Issue
Block a user