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.
1 parent 9b9dda3 commit 6a4d896Copy full SHA for 6a4d896
1 file changed
configure
@@ -38,8 +38,8 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
38
if [ $(command -v brew) ]; then
39
BREWDIR=$(brew --prefix)
40
else
41
- curl -sfL "https://jeroen.github.io/autobrew/$PKG_BREW_NAME" > $TMPDIR/autobrew
42
- source $TMPDIR/autobrew
+ curl -sfL "https://jeroen.github.io/autobrew/$PKG_BREW_NAME" > autobrew
+ source autobrew
43
fi
44
PKG_CFLAGS="-I$BREWDIR/opt/mariadb-connector-c/include/mariadb"
45
PKG_LIBS="-L$BREWDIR/opt/{openssl/lib,mariadb-connector-c/lib/mariadb} $PKG_LIBS_STATIC"
0 commit comments