summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarshavardhana <fharshav@redhat.com>2011-11-08 16:58:44 -0800
committerAnand Avati <avati@gluster.com>2011-11-10 21:10:15 -0800
commitf72fb71e8cd0c95d761e70def39ea02b702ffe7c (patch)
tree8cf811187142de53d90308f2ba7e8b03e17f8ab1
parent2bd10960826107e829ca941d05f350541f3d0c0e (diff)
fusermount: Build problem fixed with new glibc
Change-Id: Id25e688d3dbecb74d820388faec5ee5041f21630 BUG: 3797 Signed-off-by: Harshavardhana <fharshav@redhat.com> Reviewed-on: http://review.gluster.com/692 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Csaba Henk <csaba@gluster.com>
-rw-r--r--contrib/fuse-util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fuse-util/Makefile.am b/contrib/fuse-util/Makefile.am
index 42609a6883d..a72e3832b16 100644
--- a/contrib/fuse-util/Makefile.am
+++ b/contrib/fuse-util/Makefile.am
@@ -3,7 +3,7 @@ bin_PROGRAMS = fusermount-glusterfs
fusermount_glusterfs_SOURCES = fusermount.c $(CONTRIBDIR)/fuse-lib/mount.c
noinst_HEADERS = mount_util.h
-AM_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -DFUSE_UTIL $(GF_CFLAGS)
+AM_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -DFUSE_UTIL $(GF_CFLAGS) -D_GNU_SOURCE
install-exec-hook:
-chown root $(DESTDIR)$(bindir)/fusermount-glusterfs