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
1d0fd077
Commit
1d0fd077
authored
May 11, 2004
by
Leigh B. Stoller
Browse files
Fix another makefile for Redhat 9.0 ssh/kerberos sillyness.
parent
25f3cd9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/linktest/GNUmakefile.in
View file @
1d0fd077
...
...
@@ -35,6 +35,11 @@ LDFLAGS += -static -L../lib -L${OBJDIR}/lib/libtb
LIBS += -levent -lcrypto -lssl
LIBS += `elvin-config --libs vin4c`
ifeq ($(SYSTEM),Linux)
NEEDKERB := $(shell nm /usr/lib/libssl.a | grep -q krb; echo $$?)
ifeq ($(NEEDKERB),0)
CFLAGS += `/usr/kerberos/bin/krb5-config --cflags`
LIBS += `/usr/kerberos/bin/krb5-config --libs krb5`
endif
LIBS += -ldl
LOCAL_BINDIR = linux
endif
...
...
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