hi,
it looks like this patch is applicable to upstream unbound. i'm
planning on applying the attached patch to our 1.4.17 package.
----- Forwarded message from Simon Ruderich <simon@ruderich.org> -----
(attachments)
0001-acx_python.m4-fix-LIBS-CPPFLAGS-overwrite-issue.patch (947 Bytes)
Hi Robert,
hi,
it looks like this patch is applicable to upstream unbound. i'm
planning on applying the attached patch to our 1.4.17 package.
Thanks for the patch, applied to svn trunk for the next unbound release.
Be aware, I changed the patch because I think it has to read:
LIBS="$LIBS $PYTHON_LDFLAGS"
CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS"
On the LIBS= and CPPFLAGS= lines.
Because as the patch is now it removes the normal buildflags for the
python compilecheck, which would fail on platforms where compilation
will not succeed without those flags, and that would fail the python
compilecheck.
Best regards,
Wouter