We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkg-config
1 parent 14649eb commit 4fe814eCopy full SHA for 4fe814e
support/package_php
@@ -6,6 +6,8 @@ if [ -n "$DEBUG" ]; then
6
set -x
7
fi
8
9
+which pkg-config 2> /dev/null || (apt-get update && apt-get install --yes pkg-config)
10
+
11
basedir="$( cd -P "$( dirname "$0" )" && pwd )"
12
source "$basedir/../conf/buildpack.conf"
13
source "$basedir/lib/utils"
0 commit comments