Skip to content
Snippets Groups Projects
Commit 3d8f7477 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

contrib: fix linking if embedded lmdb and --disable-shared

parent 6f28a0c4
No related branches found
No related tags found
No related merge requests found
Pipeline #40133 passed
......@@ -2,6 +2,9 @@ noinst_LTLIBRARIES += libcontrib.la
libcontrib_la_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAG_VISIBILITY)
libcontrib_la_LDFLAGS = $(AM_LDFLAGS) $(LDFLAG_EXCLUDE_LIBS)
if !HAVE_LMDB
libcontrib_la_LDFLAGS += $(pthread_LIBS)
endif !HAVE_LMDB
EXTRA_DIST += \
contrib/licenses/0BSD \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment