[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, upstream, updated. upstream/1.0.6-34-gd3fb2ec
Sven Nierlein
sven at nierlein.de
Wed Aug 24 09:21:44 UTC 2011
The following commit has been merged in the upstream branch:
commit 1a70db26a7b1d98c4babcec4ffe44a10e65e6791
Author: Sven Nierlein <sven at nierlein.de>
Date: Sat Jul 9 11:52:19 2011 +0200
fixed ld options (fixes debian bug #632431) thanks Ilya Barygin
diff --git a/Changes b/Changes
index b64233a..57e8882 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
This file documents the revision history for mod_gearman.
+1.0.8 Sat Jul 9 11:43:53 CEST 2011
+ - fixed ld options (fixes debian bug #632431) thanks Ilya Barygin
+
1.0.7 Sun Jul 3 15:18:16 CEST 2011
- show plugin output for exit codes > 3
- fixed send_multi timestamps when client clock is screwed
diff --git a/Makefile.am b/Makefile.am
index 6ad0125..ffd94d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,7 @@ check_gearman_SOURCES = $(common_SOURCES) \
gearman_top_SOURCES = $(common_SOURCES) \
tools/gearman_top.c
-gearman_top_LDFLAGS = -lncurses
+gearman_top_LDADD = -lncurses
# tests
check_PROGRAMS = 01_utils 02_full 03_exec 04_log
--
Debian packaging for mod gearman.
More information about the Pkg-nagios-changes
mailing list