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 2c27558 commit cfd6921Copy full SHA for cfd6921
build-ffmpeg
@@ -888,9 +888,11 @@ fi
888
## zmq library
889
##
890
891
-if build "libzmq" "4.3.5"; then
+if build "libzmq" "4.3.1"; then
892
download "https://github.com/zeromq/libzmq/releases/download/v$CURRENT_PACKAGE_VERSION/zeromq-$CURRENT_PACKAGE_VERSION.tar.gz"
893
- execute ./autogen.sh
+ if [[ "$OSTYPE" == "darwin"* ]]; then
894
+ export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
895
+ fi
896
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
897
execute make -j $MJOBS
898
execute make install
0 commit comments