Skip to content

Commit 91edda8

Browse files
committed
Merge #10803: Explicitly search for bdb5.3.
1cc251f Explicitly search for bdb5.3. (Patrick Strateman) Pull request description: Some systems do not symlink the major version to the minor version. Tree-SHA512: 09c030f08442cbe54928a6d20bec31aae2662facf60b859ff9febd84f0711f68d7f920b84fb015764585b305d48faf74c5fe9c3c6a713a0809b78ec066187dd9
2 parents 6859ad2 + 1cc251f commit 91edda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-aux/m4/bitcoin_find_bdb48.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AC_DEFUN([BITCOIN_FIND_BDB48],[
1212
bdbpath=X
1313
bdb48path=X
1414
bdbdirlist=
15-
for _vn in 4.8 48 4 5 ''; do
15+
for _vn in 4.8 48 4 5 5.3 ''; do
1616
for _pfx in b lib ''; do
1717
bdbdirlist="$bdbdirlist ${_pfx}db${_vn}"
1818
done

0 commit comments

Comments
 (0)