MXS-1697: Install pkg-config for Debian systems

The build scripts did not install the pkg-config package that the Avro-C
API depends on.
This commit is contained in:
Markus Mäkelä
2018-03-06 12:53:37 +02:00
parent e41f6e0a48
commit ed74f2d4a8

View File

@ -15,7 +15,7 @@ then
sudo apt-get install -y --force-yes dpkg-dev git wget \
build-essential libssl-dev ncurses-dev bison flex \
perl libtool libpcre3-dev tcl tcl-dev uuid \
uuid-dev libsqlite3-dev liblzma-dev libpam0g-dev
uuid-dev libsqlite3-dev liblzma-dev libpam0g-dev pkg-config
## separatelibgnutls installation process for Ubuntu Trusty
cat /etc/*release | grep -E "Trusty|wheezy"
if [ $? == 0 ]