[Lunar-commits] r22659 - moonbase/trunk/utils/openobex

Dennis Veatch stumbles at lunar-linux.org
Tue Dec 19 13:20:51 CET 2006


Author: stumbles
Date: 2006-12-19 13:20:51 +0100 (Tue, 19 Dec 2006)
New Revision: 22659

Added:
   moonbase/trunk/utils/openobex/BUILD
Log:

Another -fPIC/x86_64 fix. It would cause libbtctl build
to barf. Execpt here I also had to bring over a newer
config.sub, -fPIC by itself was not enough.



Added: moonbase/trunk/utils/openobex/BUILD
===================================================================
--- moonbase/trunk/utils/openobex/BUILD	                        (rev 0)
+++ moonbase/trunk/utils/openobex/BUILD	2006-12-19 12:20:51 UTC (rev 22659)
@@ -0,0 +1,8 @@
+(
+
+  export CFLAGS="$CFLAGS -fPIC"
+  cp /usr/share/automake/config.sub $SOURCE_DIRECTORY &&
+
+  default_build
+
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list