]> git.pld-linux.org Git - packages/db3.git/blob - db3-static.patch
- dropped pre-cvs changelog
[packages/db3.git] / db3-static.patch
1 --- ./dist/Makefile.in.org      Sat Feb 14 19:09:23 2004
2 +++ ./dist/Makefile.in  Sat Feb 14 19:12:44 2004
3 @@ -60,7 +60,7 @@
4  LIBS=          @LIBS@
5  LIBSO_LIBS=    @LIBSO_LIBS@
6  
7 -libdb=         libdb.a
8 +libdb=         libdb-$(SOVERSION).a
9  libso_base=    libdb
10  libso=         $(libso_base)-$(SOVERSION).@SOSUFFIX@
11  libso_static=  $(libso_base)-$(SOVERSION).a
12 @@ -135,8 +135,8 @@
13  # local libraries, for example.  Do that by adding -I options to the DB185INC
14  # line, and -l options to the DB185LIB line.
15  ##################################################
16 -DB185INC=      -c @CFLAGS@ -I$(srcdir)/include @CPPFLAGS@
17 -DB185LIB=
18 +DB185INC=      -c @CFLAGS@ -I/usr/include/db1 -I$(srcdir)/include @CPPFLAGS@
19 +DB185LIB=      -static -ldb1
20  
21  ##################################################
22  # NOTHING BELOW THIS LINE SHOULD EVER NEED TO BE MODIFIED.
23 @@ -247,6 +247,7 @@
24  # for Embedix.  Note: "all" must be the first target in the Makefile.
25  ##################################################
26  all: @BUILD_TARGET@
27 +static:        @DEFAULT_LIB@ @ADDITIONAL_LIBS@ @ADDITIONAL_LANG@
28  
29  install: @INSTALL_TARGET@
30  
This page took 0.117857 seconds and 3 git commands to generate.