~ubuntu-branches/ubuntu/karmic/rsyslog/karmic

« back to all changes in this revision

Viewing changes to plugins/ommysql/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-05-15 23:25:14 UTC
  • mfrom: (1.2.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20090515232514-gvxl1azlal0gl6zj
* New upstream release.
* debian/rsyslog.init
  - Pass proper return code to log_end_msg.
* debian/rsyslog.conf
  - Set $Umask to 0022 to enforce that new log files or directories are
    always created with the right permissions. Closes: #522297
* debian/patches/imudp_multiple_udp_sockets.patch
  - Fix a segfault in imudp when multiple udp listeners are configured.
    Patch cherry-picked from upstream git. Closes: #519073
* debian/patches/manpage_pidfile.patch
  - Fix rsyslogd man page to point to the correct pid file. Closes: #526658

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
pkglib_LTLIBRARIES = ommysql.la
2
2
 
3
3
ommysql_la_SOURCES = ommysql.c ommysql.h
4
 
ommysql_la_CPPFLAGS =  $(rsrt_cflags) $(mysql_cflags) $(pthreads_cflags)
 
4
ommysql_la_CPPFLAGS =  $(RSRT_CFLAGS) $(MYSQL_CFLAGS) $(PTHREADS_CFLAGS)
5
5
ommysql_la_LDFLAGS = -module -avoid-version
6
 
ommysql_la_LIBADD = $(mysql_libs)
 
6
ommysql_la_LIBADD = $(MYSQL_LIBS)
7
7
 
8
8
EXTRA_DIST = createDB.sql contrib/delete_mysql