[Lunar-commits] <moonbase-core> iproute2: fix the compile (do not treat warnings as errors).

Florin Braescu florin at lunar-linux.org
Fri Jul 5 10:58:02 CEST 2013


commit ff2e1b6cbe6ff614f9de6a6b78f7bc0d58aa12e0
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 30 Jun 2013 05:17:36 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/ff2e1b6cbe6ff614f9de6a6b78f7bc0d58aa12e0

iproute2: fix the compile (do not treat warnings as errors).
---
  net/iproute2/BUILD | +4/-0     
  1 file changed, 4 insertions(+)

--- a/net/iproute2/BUILD
+++ b/net/iproute2/BUILD
@@ -9,6 +9,10 @@ if ! in_depends $MODULE db; then
 fi &&
 
 ./configure &&
+
+# do not treat warnings as errors
+sed -i 's/-Werror//' Makefile  &&
+
 KERNEL_INCLUDE=/usr/include/ make &&
 prepare_install &&
 make install




More information about the Lunar-commits mailing list