Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
e5bc2ea7
Commit
e5bc2ea7
authored
May 18, 2017
by
legoc
Browse files
Changed the place of -lcameo for old linkers.
parent
872dfe1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/cameo.m4
View file @
e5bc2ea7
###############################################################################
# Version 1
1
/0
7
/201
6
# Version 1
8
/0
5
/201
7
# defines CAMEO_CFLAGS, CAMEO_LDFLAGS, CAMEO_LIBS
#
AC_DEFUN([AC_CAMEO],
...
...
@@ -60,7 +60,7 @@ AC_DEFUN([AC_CAMEO],
HAVE_CAMEO=1
LIBS="$cameo_save_LIBS"
CAMEO_LDFLAGS="$LIBZMQ_LDFLAGS $LIBPROTOBUF_LDFLAGS $CAMEO_LIBS"
CAMEO_LIBS="$LIBZMQ_LIB $LIBPROTOBUF_LIB $BOOST_THREAD_LIB
-lcameo
"
CAMEO_LIBS="
-lcameo
$LIBZMQ_LIB $LIBPROTOBUF_LIB $BOOST_THREAD_LIB"
fi
if test $cameo_found = yes; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment