Commit 9a68921a authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

berkeleydb: build with C++ support if enabled

parent 25e08d50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ define BERKELEYDB_CONFIGURE_CMDS
		--exec-prefix=/usr \
		--sysconfdir=/etc \
		--with-gnu-ld \
		--disable-cxx \
		$(if $(BR2_INSTALL_LIBSTDCPP),--enable-cxx,--disable-cxx) \
		--disable-java \
		--disable-tcl \
		--disable-compat185 \