On Thu, 31 Jan 2008 12:04:44 +0100 Aurelien Jarno <[EMAIL PROTECTED]> wrote:
> Package: qof > Version: 0.7.4-1 > Severity: important > Tags: patch > > qof wrongly checks for *linux* to detect symbols versioning support. Yes, I had noticed the failed build on kfreebsd and made a preparatory fix. I'm upstream for qof so I'll fix this upstream (I won't use the patch against configure). I was going to extend the test to allow for *freebsd* but I agree with your patch for configure.in and I'll allow symbol versioning for all -gnu platforms. > Please find below a patch to fix that. > > --- qof-0.7.4.orig/configure.in > +++ qof-0.7.4/configure.in > @@ -84,7 +84,7 @@ > > AC_MSG_CHECKING(whether to implement symbol versioning) > case $host_os in > - *linux*) > + *gnu*) Thanks. -- Neil Williams ============= http://www.data-freedom.org/ http://www.nosoftwarepatents.com/ http://www.linux.codehelp.co.uk/
pgpZI5kHV1fQj.pgp
Description: PGP signature

