Added tizen packaging
[platform/upstream/libdb.git] / packaging / db-4.6.21-1.85-compat.patch
1 diff -up db-5.1.19/dist/Makefile.in.185compat db-5.1.19/dist/Makefile.in
2 --- db-5.1.19/dist/Makefile.in.185compat        2010-08-27 17:08:03.000000000 +0200
3 +++ db-5.1.19/dist/Makefile.in  2010-09-10 10:02:32.974640425 +0200
4 @@ -193,8 +193,8 @@ libtso_major=       $(libtcl_base)-$(LIBMAJOR)
5  # local libraries, for example.  Do that by adding -I options to the DB185INC
6  # line, and -l options to the DB185LIB line.
7  ##################################################
8 -DB185INC=      -c @CFLAGS@ -I$(topdir) @CPPFLAGS@
9 -DB185LIB=
10 +DB185INC=      -c @CFLAGS@ -I$(srcdir) -I$(srcdir)/db.1.85/PORT/linux/include @CPPFLAGS@
11 +DB185LIB=      ${srcdir}/db.1.85/PORT/linux/libdb.a
12  
13  ##################################################
14  # Performance Event Monitoring definitions