breakage with gnome-xml patch


Subject: breakage with gnome-xml patch
From: Goran Thyni (goran@kirra.net)
Date: Thu Jul 27 2000 - 07:42:55 CDT


One line was accidentally left in the
patch which should not be there.
The static-link version of the
binary is not build causing Tinderbox to
go red.
Patch below:

regards,
Göran.

------------------ snip ------------------------------------

Index: platforms/linux.mk
===================================================================
RCS file: /cvsroot/abi/src/config/platforms/linux.mk,v
retrieving revision 1.29
diff -u -r1.29 linux.mk
--- platforms/linux.mk 2000/07/27 04:15:23 1.29
+++ platforms/linux.mk 2000/07/27 12:38:41
@@ -152,7 +152,7 @@
 # Which links can this platform create. Define one or
 # both of these options.
 UNIX_CAN_BUILD_DYNAMIC=1
-UNIX_CAN_BUILD_STATIC=0
+UNIX_CAN_BUILD_STATIC=1
 
 # Compiler options for static and dynamic linkage
 DL_LIBS = dl



This archive was generated by hypermail 2b25 : Thu Jul 27 2000 - 07:43:01 CDT