Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VILLASnode
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACS
Public
VILLASframework
VILLASnode
Commits
2b308b7a
Commit
2b308b7a
authored
7 years ago
by
Steffen Vogel
Browse files
Options
Downloads
Patches
Plain Diff
added rabbitmq-c thirdparty dependency
parent
605fb85d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
thirdparty/Makefile.inc
+2
-1
2 additions, 1 deletion
thirdparty/Makefile.inc
thirdparty/rabbitmq-c
+1
-0
1 addition, 0 deletions
thirdparty/rabbitmq-c
with
6 additions
and
1 deletion
.gitmodules
+
3
−
0
View file @
2b308b7a
...
...
@@ -34,3 +34,6 @@
[submodule "thirdparty/protobuf-c"]
path = thirdparty/protobuf-c
url = https://github.com/protobuf-c/protobuf-c.git
[submodule "thirdparty/rabbitmq-c"]
path = thirdparty/rabbitmq-c
url = https://github.com/alanxz/rabbitmq-c
This diff is collapsed.
Click to expand it.
thirdparty/Makefile.inc
+
2
−
1
View file @
2b308b7a
...
...
@@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
###################################################################################
DEPS_CMAKE
=
libxil libwebsockets criterion jansson nanomsg
DEPS_CMAKE
=
libxil libwebsockets criterion jansson nanomsg
rabbitmq-c
DEPS_AUTOCONF
=
libnl libconfig libcurl libzmq
DEPS
=
$(
DEPS_CMAKE
)
$(
DEPS_AUTOCONF
)
...
...
@@ -71,5 +71,6 @@ libconfig-fix:
jansson
:
CMAKE_OPTS += -DJANSSON_BUILD_DOCS=OFF
libwebsockets
:
CMAKE_OPTS += -DLWS_IPV6=1 -DLWS_WITH_STATIC=0 -DLWS_WITHOUT_TESTAPPS=1 -DLWS_WITH_HTTP2=1 -DLWS_WITH_SERVER_STATUS=1
libzmq
:
CONFIGURE_OPTS += --with-libsodium --with-pgm --enable-drafts
rabbitmq-c
:
CMAKE_OPTS += -DBUILD_EXAMPLES=ON/OFF -DBUILD_TESTS=OFF -DBUILD_TOOLS=OFF -DBUILD_TOOLS_DOCS=OFF
.PHONY
:
$(DEPS) thirdparty clean-thirdparty install-thirdparty
This diff is collapsed.
Click to expand it.
rabbitmq-c
@
90a3186e
Subproject commit 90a3186e703cb48bc763bb188894008c6cdb255c
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment