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 187cd2cb79
commit d6319ec6ee
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -15,7 +15,7 @@ then
sudo apt-get install -y --force-yes dpkg-dev git gcc g++ ncurses-dev bison \
build-essential libssl-dev libaio-dev perl make libtool libcurl4-openssl-dev \
libpcre3-dev flex tcl libeditline-dev uuid-dev liblzma-dev libsqlite3-dev \
sqlite3 liblua5.1 liblua5.1-dev wget zlib1g-dev
sqlite3 liblua5.1 liblua5.1-dev wget zlib1g-dev pkg-config
else
## RPM-based distro