* Dominic Hargreaves:

> Please modify the build system of this package to append $Config{ccflags}
> to CCFLAGS. In most cases this will be by editing Makefile.PL.

I don't have a Debian chroot with Perl 5.14 available, so I can't test.
Can you verify that the patch below fixes the issue?

Cheers,
-Hilko

diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in
index e6e3d72..b70226a 100644
--- a/perl/Makefile.PL.in
+++ b/perl/Makefile.PL.in
@@ -26,5 +26,5 @@ WriteMakefile (
     LIBS => '-L@top_builddir@/lib/.libs -lhivex',
     INC => '-I@top_builddir@/lib -I@top_srcdir@/lib',
     TYPEMAPS => [ '@srcdir@/typemap' ],
-    CCFLAGS => '@CFLAGS@',
+    CCFLAGS => "$Config{ccflags} @CFLAGS@",
     );



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to