Skip to content

Commit

Permalink
install-deps,do_freebsd: disable amqp support
Browse files Browse the repository at this point in the history
per Willem's request.

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Feb 22, 2019
1 parent dd5bc2f commit 818e103
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions do_freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fi
-D CMAKE_CXX_FLAGS_DEBUG="$CXX_FLAGS_DEBUG" \
-D CMAKE_C_FLAGS_DEBUG="$C_FLAGS_DEBUG" \
-D ENABLE_GIT_VERSION=OFF \
-D WITH_RADOSGW_AMQP_ENDPOINT=OFF \
-D WITH_SYSTEM_BOOST=ON \
-D WITH_SYSTEM_NPM=ON \
-D WITH_LTTNG=OFF \
Expand Down
1 change: 0 additions & 1 deletion install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ if [ x$(uname)x = xFreeBSDx ]; then
security/oath-toolkit \
sysutils/flock \
sysutils/fusefs-libs \
net/rabbitmq-c-devel \

# Now use pip to install some extra python modules
pip install pecan
Expand Down

0 comments on commit 818e103

Please sign in to comment.