Skip to content

Commit

Permalink
Add -llmdb
Browse files Browse the repository at this point in the history
Add -llmdb to test/Makefile.in so test can be compiled without
any error.
  • Loading branch information
uhliarik committed Sep 27, 2023
1 parent f0379e7 commit e147886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ INCLUDES=-I$(INCDIR) -I$(srcdir)/../include
# link programs using -no-install to get real executables not
# libtool wrapper scripts which link an executable when first run.
LINK_PROG = $(LIBTOOL) $(LTFLAGS) --mode=link --tag=CC $(COMPILE) $(LT_LDFLAGS) \
@LT_NO_INSTALL@ $(ALL_LDFLAGS) -o $@
@LT_NO_INSTALL@ $(ALL_LDFLAGS) -llmdb -o $@

# STDTEST_PORTABLE;

Expand Down

0 comments on commit e147886

Please sign in to comment.