Commit 5b05f2bd authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added support of arm64

parent 03083121
all:
tar xf db-5.3.28.tar.gz
patch -Np1 -d db-5.3.28 < db-5.3.28-arm64.patch
cd db-5.3.28 && sed -i 's/\(__atomic_compare_exchange\)/\1_db/' src/dbinc/atomic.h
cd db-5.3.28/build_unix && ../dist/configure --prefix=/usr --enable-compat185 --enable-dbm --disable-static --enable-cxx
$(MAKE) -C db-5.3.28/build_unix
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment