libguestfs/0001-perl-Don-t-set-CCFLAGS...

24 lines
714 B
Diff

From a1ca9ce8ff486dba84608c5904356336b555666c Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Mon, 20 Jun 2011 13:06:20 +0100
Subject: [PATCH] perl: Don't set CCFLAGS.
See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628522
---
perl/Makefile.PL.in | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in
index 410e076..31147aa 100644
--- a/perl/Makefile.PL.in
+++ b/perl/Makefile.PL.in
@@ -26,5 +26,4 @@ WriteMakefile (
LIBS => '-L@top_builddir@/src/.libs -lguestfs',
INC => '-I@top_builddir@/src -I@top_srcdir@/src',
TYPEMAPS => [ '@srcdir@/typemap' ],
- CCFLAGS => '@CFLAGS@',
);
--
1.7.5.2