[Open-scap] [PATCH 2/9] Removing the '-iquote' flag from the AM_CPPFlAGS in the swig/Makefile.am.

Marshall Miller mmiller at tresys.com
Fri Apr 29 21:20:53 UTC 2011


From: Francisco Slavin <fslavin at tresys.com>

This flag was not supported in older gcc (3.x.x) found commonly on Solaris.
Additionally, '-iquote' seems unnecessary as no directory is passed to the flag as per common usage.
---
 swig/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/swig/Makefile.am b/swig/Makefile.am
index 1f23391..fa31c70 100644
--- a/swig/Makefile.am
+++ b/swig/Makefile.am
@@ -4,7 +4,7 @@ PYLIBVER ?= python$(PYTHON_VERSION)
 
 AM_CPPFLAGS = -I${top_srcdir}/src/common/public \
 	        $(PYTHON_INCLUDES) -I$(PERL_INCLUDES) \
-              -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE=1 -iquote -I/usr/include -include "sys/types.h" \
+              -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE=1 -I/usr/include -include "sys/types.h" \
 		@libxml_cflags@
 
 perl_vendorlib_DATA = openscap.pm
-- 
1.6.2.5




More information about the Open-scap-list mailing list