[rnp] Update used Botan version to 2.16.0. (#4900)

This commit is contained in:
Nickolay Olshevsky 2020-12-31 21:23:30 +02:00 committed by GitHub
parent 51098cb791
commit 7ca4bb0693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@
cd $SRC
wget -qO- https://botan.randombit.net/releases/Botan-2.12.1.tar.xz | tar xJ
cd Botan-2.12.1
wget -qO- https://botan.randombit.net/releases/Botan-2.16.0.tar.xz | tar xJ
cd Botan-2.16.0
./configure.py --prefix=/usr --cc-bin=$CXX --cc-abi-flags="$CXXFLAGS" \
--disable-modules=locking_allocator \
--unsafe-fuzzer-mode --build-fuzzers=libfuzzer \
@ -61,5 +61,5 @@ done
mkdir -p "${OUT}/lib"
cp src/lib/librnp-0.so.0 "${OUT}/lib/"
cp /usr/lib/libbotan-2.so.12 "${OUT}/lib/"
cp /usr/lib/libbotan-2.so.16 "${OUT}/lib/"
cp /lib/x86_64-linux-gnu/libjson-c.so.2 "${OUT}/lib/"