mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
ITS#10203 lmdb: fixup lmdb.pc
This commit is contained in:
parent
83992afea7
commit
756724e417
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ lmdb.pc: Makefile
|
|||
@echo "URL: https://www.openldap.org" >>$@
|
||||
@echo "Version: $(LMDB_VERSION)" >>$@
|
||||
@echo "Cflags: $(THREADS) $(XCFLAGS)" >>$@
|
||||
@echo "Libs: $(LDL)" >>$@
|
||||
@echo "Libs: -llmdb $(LDL) $(THREADS)" >>$@
|
||||
|
||||
COV_FLAGS=-fprofile-arcs -ftest-coverage
|
||||
COV_OBJS=xmdb.o xmidl.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue