[Lunar-commits] <moonbase> pilot-link: Finally got around to fixing this module so it actually compile again.

Terry Chan tchan at lunar-linux.org
Mon Mar 17 04:00:13 CET 2008


commit 108e2082cb1f93929be876ad71aabd433e79c6e3
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Sun Mar 16 22:00:13 2008 -0500

    pilot-link: Finally got around to fixing this module so it actually compile again.
    Yes, the bad_flags -Werror is STILL needed. Do NOT remove this line!!!
---
 utils/pilot-link/BUILD |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/utils/pilot-link/BUILD b/utils/pilot-link/BUILD
index 3822a8a..e32b62f 100644
--- a/utils/pilot-link/BUILD
+++ b/utils/pilot-link/BUILD
@@ -1,5 +1,6 @@
 (
 
+  bad_flags -Werror &&
   OPTS="$OPTS --enable-conduits --with-libpng=/usr --enable-threads" &&
   default_build
 


More information about the Lunar-commits mailing list