[Lunar-commits] <moonbase> libnl: Adding BUILD to fix a missing inlcude.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Nov 1 15:01:24 CET 2009


commit cf50a7d174dac571123f96d88bab64b9bf202655
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Nov 1 09:01:24 2009 -0500

    libnl: Adding BUILD to fix a missing inlcude.
---
 libs/libnl/BUILD |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/libs/libnl/BUILD b/libs/libnl/BUILD
new file mode 100644
index 0000000..87c67b7
--- /dev/null
+++ b/libs/libnl/BUILD
@@ -0,0 +1,7 @@
+(
+
+  sed -i "29i #include <limits.h>" include/netlink-local.h &&
+
+  default_build
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list