[Lunar-commits] r19318 - moonbase/trunk/utils/openldap

Terry Chan tchan at lunar-linux.org
Sun Mar 19 08:52:51 UTC 2006


Author: tchan
Date: 2006-03-19 08:52:50 +0000 (Sun, 19 Mar 2006)
New Revision: 19318

Modified:
   moonbase/trunk/utils/openldap/BUILD
Log:
Changed to "bad_flags ALL" as openldap refuses to compile on some lunar boxes
with a reference to -lopen in the slapd section of the build process.


Modified: moonbase/trunk/utils/openldap/BUILD
===================================================================
--- moonbase/trunk/utils/openldap/BUILD	2006-03-19 08:22:59 UTC (rev 19317)
+++ moonbase/trunk/utils/openldap/BUILD	2006-03-19 08:52:50 UTC (rev 19318)
@@ -4,7 +4,7 @@
     patch_it $SOURCE2 0
   fi
 
-  bad_flags -Wno-deprecated 
+  bad_flags ALL
 
   ./configure  --build=$BUILD             \
                --prefix=/usr              \



More information about the Lunar-commits mailing list