aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rwxr-xr-xnet/analyzer/nagios-plugins/nagios-plugins.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/analyzer/nagios-plugins/nagios-plugins.SlackBuild b/net/analyzer/nagios-plugins/nagios-plugins.SlackBuild
index e88bd4db..ccb7da5a 100755
--- a/net/analyzer/nagios-plugins/nagios-plugins.SlackBuild
+++ b/net/analyzer/nagios-plugins/nagios-plugins.SlackBuild
@@ -32,7 +32,7 @@ CWD="$(pwd)"
SRC_NAME="nagios-plugins"
PKG_NAME="nagios-plugins"
ARCH=${ARCH:=i486}
-SRC_VERSION=${VERSION:=1.4.10}
+SRC_VERSION=${VERSION:=1.4.11}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
BUILD=${BUILD:=1ls}
SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
@@ -88,6 +88,7 @@ PKG_SRC=`ls -l | awk '/^d/ { print $8 }'`
cd "$PKG_SRC"
# Configure
+sed -i 's/127\.0\.0\.1/www\.nagios\.org/g' ./configure
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \