From ed74f2d4a8f65a6c4f3c695c82ca1919855a9e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 6 Mar 2018 12:53:37 +0200 Subject: [PATCH] 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. --- BUILD/install_build_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD/install_build_deps.sh b/BUILD/install_build_deps.sh index 506cc5f99..804504a44 100755 --- a/BUILD/install_build_deps.sh +++ b/BUILD/install_build_deps.sh @@ -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 ]