View | Details | Raw Unified | Return to issue 5634
Collapse All | Expand All

(-)db-3.2.9.patch (-1 lines)
Lines 1-5 Link Here
1
*** ./unxsols3.pro/misc/db-3.2.9/cxx/cxx_app.cpp	Thu Jan 11 19:28:22 2001
(-)- build/unxsols3.pro/db-3.2.9/cxx/cxx_app.cpp (-1 lines)
Lines 11-18 Link Here
11
  #ifndef lint
12
  #ifndef lint
12
  static const char revid[] = "$Id: cxx_app.cpp,v 11.38 2000/12/21 20:30:18 dda Exp $";
13
  static const char revid[] = "$Id: cxx_app.cpp,v 11.38 2000/12/21 20:30:18 dda Exp $";
13
  #endif /* not lint */
14
  #endif /* not lint */
14
*** ./unxsols3.pro/misc/db-3.2.9/cxx/cxx_table.cpp	Thu Jan 11 19:28:22 2001
(-)- build/unxsols3.pro/db-3.2.9/cxx/cxx_table.cpp (-1 lines)
Lines 24-31 Link Here
24
  #ifndef lint
26
  #ifndef lint
25
  static const char revid[] = "$Id: cxx_table.cpp,v 11.35 2001/01/11 18:19:49 bostic Exp $";
27
  static const char revid[] = "$Id: cxx_table.cpp,v 11.35 2001/01/11 18:19:49 bostic Exp $";
26
  #endif /* not lint */
28
  #endif /* not lint */
27
*** ./unxsols3.pro/misc/db-3.2.9/dist/Makefile.in	Fri Dec  1 00:07:33 2000
(-)- build/unxsols3.pro/db-3.2.9/dist/Makefile.in (-1 lines)
Lines 43-86 Link Here
43
  
46
  
44
  CC=		@MAKEFILE_CC@
47
  CC=		@MAKEFILE_CC@
45
  CCLINK=		@MAKEFILE_CCLINK@
48
  CCLINK=		@MAKEFILE_CCLINK@
46
*** ./unxsols3.pro/misc/db-3.2.9/dist/configure.old	Tue Jan  8 13:55:08 2002
(-)makefile.mk (-1 / +1 lines)
Lines 85-91 Link Here
85
BUILD_DIR=$(CONFIGURE_DIR)
85
BUILD_DIR=$(CONFIGURE_DIR)
86
BUILD_ACTION=make
86
BUILD_ACTION=make
87
87
88
OUT2LIB=$(BUILD_DIR)$/.libs$/libdb*.so
88
OUT2LIB=$(BUILD_DIR)$/.libs$/libdb*$(DLLPOST)
89
89
90
OUT2BIN=java$/classes$/db.jar
90
OUT2BIN=java$/classes$/db.jar
91
	
91
	

Return to issue 5634