git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Shut up compiler about unused parameter on non-linux systems
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
divert_freebsd
/
Makefile
diff --git
a/projects/stargazer/plugins/capture/divert_freebsd/Makefile
b/projects/stargazer/plugins/capture/divert_freebsd/Makefile
index 2fbc97d62a1d509ab507b295d0bdefa4bb66f58d..48e24826c8132415d005fceadfbd569d5c60eff3 100644
(file)
--- a/
projects/stargazer/plugins/capture/divert_freebsd/Makefile
+++ b/
projects/stargazer/plugins/capture/divert_freebsd/Makefile
@@
-8,9
+8,9
@@
PROG = mod_cap_divert.so
SRCS = ./divert_cap.cpp
-STGLIBS = -lstgcommon
-
LIBS += $(LIB_THREAD)
+STGLIBS = common
+
include ../../Makefile.in