From 9c0d73d37bd7fa2f342215362d0d8ab88db5ee28 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Wed, 23 Mar 2011 05:14:10 +0000 Subject: Fixing argp build failures seen on solaris Fix courtesy of pavan (tcp@gluster.com). Signed-off-by: shishir gowda Signed-off-by: Vijay Bellur BUG: 2563 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2563 --- argp-standalone/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'argp-standalone/configure.ac') diff --git a/argp-standalone/configure.ac b/argp-standalone/configure.ac index fe54d5ac991..55697c9158b 100644 --- a/argp-standalone/configure.ac +++ b/argp-standalone/configure.ac @@ -89,7 +89,7 @@ if test x$GCC = xyes ; then else CFLAGS="$CFLAGS -ggdb3" fi - CFLAGS="$CFLAGS -Wall -W \ + CFLAGS="$CFLAGS -m64 -Wall -W \ -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes \ -Waggregate-return \ -Wpointer-arith -Wbad-function-cast -Wnested-externs" -- cgit