diff options
Diffstat (limited to 'net-mgmt/icinga/files/patch-configure.in')
-rw-r--r-- | net-mgmt/icinga/files/patch-configure.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-mgmt/icinga/files/patch-configure.in b/net-mgmt/icinga/files/patch-configure.in index 3d9c375e735f..551f0105754a 100644 --- a/net-mgmt/icinga/files/patch-configure.in +++ b/net-mgmt/icinga/files/patch-configure.in @@ -1,5 +1,5 @@ ---- configure.in~ 2010-10-23 01:22:32.000000000 +0800 -+++ configure.in 2011-02-16 14:10:52.000000000 +0800 +--- configure.in.orig 2011-08-24 13:57:57.000000000 +0000 ++++ configure.in 2011-09-05 22:30:37.899355262 +0000 @@ -6,7 +6,6 @@ AC_INIT(base/icinga.c) @@ -7,8 +7,8 @@ -AC_PREFIX_DEFAULT(/usr/local/icinga) PKG_NAME=icinga-core - PKG_VERSION="1.2.1" -@@ -136,7 +135,15 @@ + PKG_VERSION="1.5.0" +@@ -144,7 +143,15 @@ dnl Test for pthreads support - taken from ICU FreeBSD Port configure script THREADLIBS="" have_pthreads="no" @@ -24,7 +24,7 @@ dnl FreeBSD: Try ports/linuxthreads first - Mammad Zadeh <mammad@yahoo-inc.com> dnl FreeBSD -pthread check - Jonathan McDowell <noodles@earth.li> AC_DEFUN([AC_PTHREAD_FREEBSD],[ -@@ -197,6 +204,7 @@ +@@ -205,6 +212,7 @@ if test $have_pthreads = "no"; then AC_PTHREAD_FREEBSD fi @@ -32,7 +32,7 @@ AC_SUBST(THREADLIBS) -@@ -215,7 +223,7 @@ +@@ -223,7 +231,7 @@ AC_DEFINE_UNQUOTED(DEFAULT_NAGIOS_USER,"$icinga_user",[user name to run nagios]) AC_DEFINE_UNQUOTED(DEFAULT_ICINGA_GROUP,"$icinga_grp",[group name to run nagios]) AC_DEFINE_UNQUOTED(DEFAULT_NAGIOS_GROUP,"$icinga_grp",[group name to run nagios]) @@ -41,7 +41,7 @@ AC_SUBST(INSTALL_OPTS) AC_ARG_WITH(command_user,AC_HELP_STRING([--with-command-user=<user>],[sets user name for command access]),command_user=$withval,command_user=$icinga_user) -@@ -827,6 +835,9 @@ +@@ -950,6 +958,9 @@ AC_DEFINE_UNQUOTED(EMBEDDEDPERL,,[Is embedded Perl being compiled in?]) PERLLIBS="`perl -MExtUtils::Embed -e ldopts`" |