Re: [Libreoffice] [PATCH] Use the correct db includes and obey LDFLAGS

2010-11-05 Thread Andreas Radke
ArchLinux is already at db5.1! Make sure it will pick it up. -Andy ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH] Use the correct db includes and obey LDFLAGS

2010-11-05 Thread Hanno Meyer-Thurow
Hi Robert, you may have a look at what we do for Gentoo Linux, where we have the possibility to install multiple versions of Sleepycat DB. Even with variation of versions in path and filename endings like: '/path/to/dbVERSION' and '/path/to/filename-VERSION' I personally do not like that

Re: [Libreoffice] [PATCH] Use the correct db includes and obey LDFLAGS

2010-11-05 Thread Robert Nagy
Hi I'd personally not give the freedom to the user to pick whatever sleepycat db they want to use, just make a dependency for one only and check for that. On (2010-11-05 15:11), Hanno Meyer-Thurow wrote: > Hi Robert, > you may have a look at what we do for Gentoo Linux, where we have > the possib

Re: [Libreoffice] [PATCH] Use the correct db includes and obey LDFLAGS

2010-11-05 Thread Thomas Klausner
On Fri, Nov 05, 2010 at 12:22:37PM +0100, Robert Nagy wrote: > diff --git a/configure.in b/configure.in > index aab3995..6f72931 100644 > --- a/configure.in > +++ b/configure.in > @@ -4368,11 +4368,16 @@ if test -n "$with_system_db" -o -n > "$with_system_libs" && \ > test "$with_system_db" !=

Re: [Libreoffice] [PATCH] Use the correct db includes and obey LDFLAGS

2010-11-05 Thread Robert Nagy
A little bit more explanation: On OpenBSD there is a db.h in /usr/include which is not sleepycat db4, and of course it gets picked up and the compile test fails. On (2010-11-05 12:22), Robert Nagy wrote: > --- > configure.in | 15 ++- > 1 files changed, 10 insertions(+), 5 deletion

[Libreoffice] [PATCH] Use the correct db includes and obey LDFLAGS

2010-11-05 Thread Robert Nagy
--- configure.in | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index aab3995..6f72931 100644 --- a/configure.in +++ b/configure.in @@ -4368,11 +4368,16 @@ if test -n "$with_system_db" -o -n "$with_system_libs" && \ test "$