projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c26f465
)
Take out explicit definitions as they are already checked via enable_standards in...
author
Dagobert Michelsen
<dam@opencsw.org>
Thu, 18 Jun 2015 13:28:36 +0000
(15:28 +0200)
committer
Florian Forster
<octo@collectd.org>
Fri, 3 Jul 2015 11:03:28 +0000
(13:03 +0200)
Fixes: #978
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
877a785
..
2c7c182
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-77,7
+77,6
@@
collectdctl_DEPENDENCIES = libcollectdclient/libcollectdclient.la
collectd_tg_SOURCES = collectd-tg.c
collectd_tg_CPPFLAGS = $(AM_CPPFLAGS) \
- -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 \
-I$(top_srcdir)/src/libcollectdclient/collectd -I$(top_builddir)/src/libcollectdclient/collectd
collectd_tg_LDADD = daemon/libheap.la
if BUILD_WITH_LIBSOCKET