Skip to content

Commit

Permalink
[depends] Patch bdb against newer GCC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
giaki3003 committed Nov 28, 2019
1 parent bc52e62 commit 4fd8935
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion depends/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
#################################################################

tar -xvf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix
cd db-4.8.30.NC
wget http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-support/db/db/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch
patch < 0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch
cd build_unix
mkdir -p build
BDB_PREFIX=$(pwd)/build
../dist/configure --disable-shared --enable-cxx --with-pic --prefix=$BDB_PREFIX
Expand Down

0 comments on commit 4fd8935

Please sign in to comment.