[Lunar-commits] <moonbase> ntrack: fix for kded4 100% CPU endless loop
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Tue Nov 1 22:48:23 CET 2011
commit 23a2828df3fef25ee03495fba62aa9ec2573aad0
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Tue Nov 1 22:48:23 2011 +0100
ntrack: fix for kded4 100% CPU endless loop
---
libs/ntrack/BUILD | 3 ++-
libs/ntrack/DETAILS | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/libs/ntrack/BUILD b/libs/ntrack/BUILD
index 6854ce2..7920a1c 100644
--- a/libs/ntrack/BUILD
+++ b/libs/ntrack/BUILD
@@ -1,8 +1,9 @@
(
+ patch_it $SOURCE2 0 &&
find . -name 'Makefile.*' -exec sed -i 's/-Werror//g' {} \; &&
find . -name 'Makefile.*' -exec sed -i 's/-pedantic//g' {} \; &&
- sedit 's/libnl-3.0/libnl-3.1/' configure &&
+ sedit 's/nl-route/nl-route-3/g' configure &&
# If more than one libnl is installed compilation will break because
# ntrack will try to use them all. So we choose the newest one
# and hide the older so configure can skip them.
diff --git a/libs/ntrack/DETAILS b/libs/ntrack/DETAILS
index ee50e0b..3b5e35b 100644
--- a/libs/ntrack/DETAILS
+++ b/libs/ntrack/DETAILS
@@ -1,11 +1,14 @@
MODULE=ntrack
VERSION=014
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=ntrack-lp-755608.patch
SOURCE_URL=http://launchpad.net/ntrack/main/$VERSION/+download/
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:59f5a9d527d60af875edb9407725ca2223e31841
+ SOURCE2_VFY=sha1:6b18aeedb0cf054e935192de847c18b0e2a3f9d3
WEB_SITE=https://launchpad.net/ntrack
ENTERED=20110105
- UPDATED=20110420
+ UPDATED=20111101
SHORT="get events on network online status changes"
cat << EOF
More information about the Lunar-commits
mailing list