We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8180da2 commit d53dbcaCopy full SHA for d53dbca
1 file changed
build-osx
@@ -76,6 +76,8 @@ if [[ "$bison_ver" =~ ^2\.[0-9]+$ ]]; then
76
export YACC="$bison/bin/bison"
77
fi
78
79
+brew --prefix libiconv
80
+
81
# Fix the path for the librdkafka
82
kafka_prefix=$(brew --prefix librdkafka)
83
sed "s|SEARCH_PATH=\"/usr/local /usr\"|SEARCH_PATH=\"${kafka_prefix}\"|" configure > configure-new
@@ -94,7 +96,7 @@ chmod +x configure
94
96
--with-rdkafka \
95
97
--enable-jchash \
98
--enable-simdjson \
- --with-openssl --with-zlib --with-zip --with-iconv=/opt/local \
99
+ --with-openssl --with-zlib --with-zip --with-iconv=$(brew --prefix libiconv) \
100
--enable-filter \
101
--with-curl \
102
--enable-opcache \
0 commit comments