[Lunar-commits] <moonbase> ntrack: fix build with libnl3

Zbigniew Luszpinski zbiggy at lunar-linux.org
Mon Sep 12 00:38:50 CEST 2011


commit 9d923bc635386a78630a783b8bba007c5c95e3d8
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Mon Sep 12 00:38:50 2011 +0200

    ntrack: fix build with libnl3
---
 libs/ntrack/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libs/ntrack/BUILD b/libs/ntrack/BUILD
index 1543ef2..6854ce2 100644
--- a/libs/ntrack/BUILD
+++ b/libs/ntrack/BUILD
@@ -2,7 +2,7 @@
 
   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 &&
   # 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.


More information about the Lunar-commits mailing list