Update of /cvsroot/firebird/interbase/builds/original
In directory slayer.i.sourceforge.net:/tmp/cvs-serv25935/interbase/builds/original
Modified Files:
prefix.linux
Log Message:
Added a link to super/jrd/isc.gdb and removed -lbsd from prefix.linux
Index: prefix.linux
===================================================================
RCS file: /cvsroot/firebird/interbase/builds/original/prefix.linux,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** prefix.linux 2000/08/26 01:44:23 1.4
--- prefix.linux 2000/09/15 07:19:04 1.5
***************
*** 63,67 ****
BRIDGE_MISC= head5.o allp.o
CHMOD_VAL= 666
! CURSES_LIB= -lbsd
DSQL_P_OBJS= dsql_p_objects
FORM_OBJECTS= form.o
--- 63,72 ----
BRIDGE_MISC= head5.o allp.o
CHMOD_VAL= 666
!
! #NOTE: I removed CURSES_LIB= -lbsd because it breaks the build on SuSE systems
! # and isn't necessary anymore.
! #FSG 091500
!
! CURSES_LIB=
DSQL_P_OBJS= dsql_p_objects
FORM_OBJECTS= form.o
|