]> git.pld-linux.org Git - packages/db3.git/blob - db3-static.patch
- BuildRequires: tcl-devel
[packages/db3.git] / db3-static.patch
1 --- db-3.1.14/dist/Makefile.in~ Tue May  2 15:59:43 2000
2 +++ db-3.1.14/dist/Makefile.in  Mon Jul 31 02:49:17 2000
3 @@ -31,7 +31,7 @@
4  SOMAJOR=       @DB_VERSION_MAJOR@
5  SOVERSION=     @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@
6  
7 -libdb=         libdb.a
8 +libdb=         libdb-$(SOVERSION).a
9  
10  libso_base=    libdb
11  libso_linkname=        $(libso_base)-$(SOVERSION).la
12 --- db-3.1.14/dist/Makefile.in~ Mon Jul 31 03:04:12 2000
13 +++ db-3.1.14/dist/Makefile.in  Mon Jul 31 03:10:08 2000
14 @@ -222,6 +222,7 @@
15  # directories, and configure and build them separately.
16  ##################################################
17  all:   @DEFAULT_LIB@ @ADDITIONAL_LIBS@ @ADDITIONAL_LANG@ $(PROGS)
18 +static:        @DEFAULT_LIB@ @ADDITIONAL_LIBS@ @ADDITIONAL_LANG@
19  
20  $(libdb): $(OBJS)
21         $(ar) $@ $(OBJS)
22 --- db-3.1.14/dist/Makefile.in~ Mon Jul 31 03:29:17 2000
23 +++ db-3.1.14/dist/Makefile.in  Mon Jul 31 03:37:52 2000
24 @@ -100,8 +100,8 @@
25  # local libraries, for example.  Do that by adding -I options to the DB185INC
26  # line, and -l options to the DB185LIB line.
27  ##################################################
28 -DB185INC=      -c @CFLAGS@ -I$(srcdir)/include @CPPFLAGS@
29 -DB185LIB=
30 +DB185INC=      -c @CFLAGS@ -I/usr/include/db1 -I$(srcdir)/include @CPPFLAGS@
31 +DB185LIB=      -static -ldb1
32  
33  ##################################################
34  # INSTALLATION DIRECTORIES AND PERMISSIONS
This page took 0.073288 seconds and 3 git commands to generate.