Fix configure for Linux

This commit is contained in:
Anthony Scemama 2023-04-18 14:45:44 +02:00
parent 5e555a2696
commit 85ba1583d5
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -226,7 +226,7 @@ EOF
cd "\${QP_ROOT}"/external
tar --gunzip --extract --file qp2-dependencies/zeromq-4.2.5.tar.gz
cd zeromq-*
[[ ${SYSTEM} = Darwin ]] && ./autogen.sh
[[ "${SYSTEM}" = "Darwin" ]] && ./autogen.sh
./configure --prefix="\$QP_ROOT" --without-libsodium --enable-libunwind=no
make -j 8
make install