Skip to content

Commit

Permalink
let configure check libunwind, libbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Oct 10, 2023
1 parent b5fb90c commit fb6e2ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ if [ ! -f src/libzmq/src/.libs/libzmq.a ]; then
CXX="$CXX" CXXFLAGS="$CXXFLAGS -fPIC" CPPFLAGS="$CPPFLAGS" ./configure \
--enable-static \
--disable-shared \
--enable-drafts \
--disable-maintainer-mode \
--disable-Werror \
--enable-drafts \
--disable-libbsd \
--disable-libunwind \
--disable-perf \
--disable-curve \
--disable-curve-keygen \
Expand Down

0 comments on commit fb6e2ea

Please sign in to comment.