diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-11-30 13:43:12 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-11-30 13:43:12 +0000 |
commit | 721ca9c56ad1864576757cc06d6b5f058f47285e (patch) | |
tree | 79383d1d2f310deca130c34c671b96f1b8970da9 /plugins | |
parent | 554ee083cfd8d729dd39c87a2b22dcdf4ae1072f (diff) | |
download | rsyslog-721ca9c56ad1864576757cc06d6b5f058f47285e.tar.gz rsyslog-721ca9c56ad1864576757cc06d6b5f058f47285e.tar.xz rsyslog-721ca9c56ad1864576757cc06d6b5f058f47285e.zip |
added compile-time switches for -pthread
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ommysql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ommysql/Makefile.am b/plugins/ommysql/Makefile.am index ee4b12bf..7a8909ce 100644 --- a/plugins/ommysql/Makefile.am +++ b/plugins/ommysql/Makefile.am @@ -2,7 +2,7 @@ pkglibdir = $(libdir)/rsyslog pkglib_LTLIBRARIES = ommysql.la ommysql_la_SOURCES = ommysql.c ommysql.h ../../module-template.h -ommysql_la_CPPFLAGS = $(mysql_cflags) -I$(srcdir)/../.. +ommysql_la_CPPFLAGS = $(mysql_cflags) -I$(srcdir)/../.. $(pthreads_cflags) ommysql_la_LDFLAGS = -module -avoid-version ommysql_la_LIBADD = $(mysql_libs) |