Skip to content

Commit 2695438

Browse files
committed
Clean up bootstrap-librdkafka.sh
1 parent 767d51d commit 2695438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/bootstrap-librdkafka.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ curl -q -L "https://github.com/edenhill/librdkafka/archive/${VERSION}.tar.gz" |
3535
./configure --clean
3636
make clean
3737

38-
if [[ "$OSTYPE" == "linux"* ]]; then
39-
MKL_OPTS="--disable-gssapi"
38+
if [[ $OSTYPE == "linux"* ]]; then
39+
EXTRA_OPTS="--disable-gssapi"
4040
fi
4141

42-
./configure --install-deps --source-deps-only $MKL_OPTS --prefix="$INSTALLDIR"
42+
./configure --install-deps --source-deps-only $EXTRA_OPTS --prefix="$INSTALLDIR"
4343

4444
if [[ $REQUIRE_SSL == 1 ]]; then
4545
grep '^#define WITH_SSL 1$' config.h || \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy