Skip to content

Commit 9601c0d

Browse files
committed
Merge #20565: Android : Ensure pic build for bdb
e373959 Android : Ensure pic build for bdb (Block Mechanic) Pull request description: This pr ensures android builds for the BDB dependency have the pic flag enabled. Android builds were failing to link with reloc errors. ACKs for top commit: laanwj: Code review ACK e373959 jonasschnelli: utACK e373959 Tree-SHA512: 68319ed7cc0bd295eaa87dd53ba051daeb1456bc3ab9b48ca0c4b831a9c8da1073480478efde73689f0e403e37409a8459229264656f05ba5fef6c257a74f977
2 parents dca80ff + e373959 commit 9601c0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/packages/bdb.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ define $(package)_set_vars
1010
$(package)_config_opts=--disable-shared --enable-cxx --disable-replication --enable-option-checking
1111
$(package)_config_opts_mingw32=--enable-mingw
1212
$(package)_config_opts_linux=--with-pic
13+
$(package)_config_opts_android=--with-pic
1314
$(package)_cflags+=-Wno-error=implicit-function-declaration
1415
$(package)_cxxflags=-std=c++17
1516
$(package)_cppflags_mingw32=-DUNICODE -D_UNICODE

0 commit comments

Comments
 (0)