mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Deb: libcurl4 in bionic+/buster+
Otherwise fall back to libcurl3
This commit is contained in:
parent
718f18599a
commit
2e0a40bdf0
2 changed files with 7 additions and 1 deletions
6
debian/autobake-deb.sh
vendored
6
debian/autobake-deb.sh
vendored
|
@ -89,6 +89,12 @@ then
|
|||
echo "usr/bin/sst_dump" >> debian/mariadb-plugin-rocksdb.install
|
||||
fi
|
||||
|
||||
# From Debian Buster/Ubuntu Bionic, libcurl4 replaces libcurl3.
|
||||
if ! apt-cache madison libcurl4 | grep 'libcurl4' >/dev/null 2>&1
|
||||
then
|
||||
sed 's/libcurl4/libcurl3/g' -i debian/control
|
||||
fi
|
||||
|
||||
# The binaries should be fully hardened by default. However TokuDB compilation seems to fail on
|
||||
# Debian Jessie and older and on Ubuntu Xenial and older with the following error message:
|
||||
# /usr/bin/ld.bfd.real: /tmp/ccOIwjFo.ltrans0.ltrans.o: relocation R_X86_64_PC32 against symbol
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -13,7 +13,7 @@ Build-Depends: bison,
|
|||
libaio-dev [linux-any],
|
||||
libboost-dev,
|
||||
libcrack2-dev (>= 2.9.0),
|
||||
libcurl3-dev,
|
||||
libcurl4-dev,
|
||||
libjemalloc-dev (>= 3.0.0~) [linux-any],
|
||||
libjudy-dev,
|
||||
libkrb5-dev,
|
||||
|
|
Loading…
Reference in a new issue