Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
cf3438ae
Commit
cf3438ae
authored
Sep 12, 2011
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG FIX: Need -lrt (clock_getres) for uploader too.
parent
f15a93a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
os/frisbee.redux/GNUmakefile.in
os/frisbee.redux/GNUmakefile.in
+4
-0
No files found.
os/frisbee.redux/GNUmakefile.in
View file @
cf3438ae
...
@@ -90,7 +90,11 @@ MSERVERLIBS =
...
@@ -90,7 +90,11 @@ MSERVERLIBS =
# Master server based image uploader client
# Master server based image uploader client
UPLOADFLAGS = $(CFLAGS)
UPLOADFLAGS = $(CFLAGS)
ifeq ($(SYSTEM),Linux)
UPLOADLIBS = -lrt
else
UPLOADLIBS =
UPLOADLIBS =
endif
UPLOADOBJS = upload.o uploadio.o log.o network.o utils.o
UPLOADOBJS = upload.o uploadio.o log.o network.o utils.o
# Master server based image uploader server
# Master server based image uploader server
...
...
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