diff options
author | shishir gowda <shishirng@gluster.com> | 2011-03-23 05:14:10 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-23 05:03:18 -0700 |
commit | 9c0d73d37bd7fa2f342215362d0d8ab88db5ee28 (patch) | |
tree | 4e143b0b33314aa635e1f855cbae1db794ac0233 | |
parent | a9f64844b1e1e1bcff6418128f198d882f777d0b (diff) |
Fixing argp build failures seen on solarisv3.1.3solaris
Fix courtesy of pavan (tcp@gluster.com).
Signed-off-by: shishir gowda <shishirng@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 2563 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2563
-rw-r--r-- | argp-standalone/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" |