Skip to content

Commit 626c608

Browse files
committed
Travis: need libtool for building static librdkafka bundles, and make sure static lib is built
1 parent 3592f66 commit 626c608

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tools/bootstrap-librdkafka.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [[ $OSTYPE == "linux"* ]]; then
3939
EXTRA_OPTS="--disable-gssapi"
4040
fi
4141

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

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

tools/prepare-osx.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ VENV_HOME=$2
1111

1212
set -ev
1313

14+
brew install libtool
15+
1416
if [[ -z ${PY_INTERPRETER} ]] || [[ -z ${VENV_HOME} ]]; then
1517
echo "Usage: $0 <Python interpreter version> <destination>"
1618
exit 1
1719
fi
1820

1921
# Update virtualenv and install requested interpreter
20-
echo "# Updating basic dependencies"
22+
echo "# Updating basic dependencies"
2123
pip install -U pip
2224
pip install virtualenv
2325
pyenv install -f ${PY_INTERPRETER}

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