Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
25d8e0b2
Commit
25d8e0b2
authored
Jan 18, 2018
by
David Johnson
Browse files
pubsub defaults to ssl build; so fix a couple clientside Makefiles.
parent
2a97b10a
Changes
2
Hide whitespace changes
Inline
Side-by-side
clientside/event/linktest/GNUmakefile.in
View file @
25d8e0b2
#
# Copyright (c) 2000-201
1
University of Utah and the Flux Group.
# Copyright (c) 2000-201
8
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -58,7 +58,7 @@ CFLAGS += -I/usr/local/include
LDFLAGS += -L${LIBEVENTDIR} -L${LIBTBDIR}
LIBS += -levent -lcrypto -lssl
LIBS += -L/usr/local/lib -lpubsub -lm
LIBS += -L/usr/local/lib -lpubsub -lm
-lssl
LDFLAGS += $(LDSTATIC)
# Deal with the presence/absence of kerberos in the linux ssl library
...
...
clientside/protogeni/GNUmakefile.in
View file @
25d8e0b2
#
# Copyright (c) 2013-201
4
University of Utah and the Flux Group.
# Copyright (c) 2013-201
8
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -52,7 +52,7 @@ CFLAGS += -I/usr/local/include
LDFLAGS += -L$(TESTBED_LIBOBJDIR)
LDFLAGS += -L$(TESTBED_LIBOBJDIR)/event
LIBS += -levent -lcrypto
LIBS += -lm -L/usr/local/lib -lpubsub
LIBS += -lm -L/usr/local/lib -lpubsub
-lssl
LDFLAGS += $(LDSTATIC)
ifeq ($(SYSTEM),Linux)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment