mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 07:43:32 +08:00
berkeleydb: use O_DIRECT
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
9a68921a09
commit
9f160affcc
@ -28,6 +28,7 @@ define BERKELEYDB_CONFIGURE_CMDS
|
||||
--disable-compat185 \
|
||||
$(SHARED_STATIC_LIBS_OPTS) \
|
||||
--with-pic \
|
||||
--enable-o_direct \
|
||||
)
|
||||
$(SED) 's/\.lo/.o/g' $(@D)/build_unix/Makefile
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user