Prefer BDB3/4/5 to BDB1/2
This commit is contained in:

committed by
Viktor Dukhovni

parent
afead1717c
commit
033001e732
@@ -19,14 +19,14 @@ lib_LTLIBRARIES = libotp.la
|
||||
libotp_la_LDFLAGS = -version-info 1:5:1
|
||||
libotp_la_LIBADD = $(LIB_hcrypto) $(LIB_roken)
|
||||
|
||||
if HAVE_DB1
|
||||
ndbm_wrap = ndbm_wrap.c ndbm_wrap.h
|
||||
libotp_la_LIBADD += $(DB1LIB)
|
||||
else
|
||||
if HAVE_DB3
|
||||
ndbm_wrap = ndbm_wrap.c ndbm_wrap.h
|
||||
libotp_la_LIBADD += $(DB3LIB)
|
||||
else
|
||||
if HAVE_DB1
|
||||
ndbm_wrap = ndbm_wrap.c ndbm_wrap.h
|
||||
libotp_la_LIBADD += $(DB1LIB)
|
||||
else
|
||||
ndbm_wrap =
|
||||
libotp_la_LIBADD += $(NDBMLIB)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user