From 359eee148b2be5aaf9677f61f98b89a50d0f1b88 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 8 Nov 2011 16:58:44 -0800 Subject: fusermount: Build problem fixed with new glibc Change-Id: Id25e688d3dbecb74d820388faec5ee5041f21630 BUG: 3797 Reviewed-on: http://review.gluster.com/714 Reviewed-by: Anand Avati Tested-by: Gluster Build System --- contrib/fuse-util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/fuse-util/Makefile.am b/contrib/fuse-util/Makefile.am index 42609a688..a72e3832b 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 -- cgit