Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2e0a40bd
Commit
2e0a40bd
authored
Mar 17, 2020
by
Daniel Black
Committed by
Vicențiu-Marian Ciorbaru
Mar 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deb: libcurl4 in bionic+/buster+
Otherwise fall back to libcurl3
parent
718f1859
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
debian/autobake-deb.sh
debian/autobake-deb.sh
+6
-0
debian/control
debian/control
+1
-1
No files found.
debian/autobake-deb.sh
View file @
2e0a40bd
...
...
@@ -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
...
...
debian/control
View file @
2e0a40bd
...
...
@@ -13,7 +13,7 @@ Build-Depends: bison,
libaio
-
dev
[
linux
-
any
],
libboost
-
dev
,
libcrack2
-
dev
(>=
2.9.0
),
libcurl
3
-
dev
,
libcurl
4
-
dev
,
libjemalloc
-
dev
(>=
3.0.0
~)
[
linux
-
any
],
libjudy
-
dev
,
libkrb5
-
dev
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment