diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2013-07-24 17:09:26 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2013-07-24 17:09:26 +0200 |
commit | e6e7a249c5c70187144dd9cd3767801ed05a1763 (patch) | |
tree | e7e7f778148be3bbec2b3cc47ec718f3d0969cc4 /util/Makefile.am | |
parent | 19accdfbda12d04fe2175ad1d7baf90e841af373 (diff) | |
download | libfuse-e6e7a249c5c70187144dd9cd3767801ed05a1763.tar.gz |
libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc
add AC_SYS_LARGEFILE to your configure.ac instead.
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 059d5fc..e77782b 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,6 +1,5 @@ ## Process this file with automake to produce Makefile.in -AM_CPPFLAGS = -D_FILE_OFFSET_BITS=64 bin_PROGRAMS = fusermount ulockmgr_server noinst_PROGRAMS = mount.fuse @@ -17,7 +16,7 @@ mount_util.c: $(top_srcdir)/lib/mount_util.c mount_fuse_SOURCES = mount.fuse.c ulockmgr_server_SOURCES = ulockmgr_server.c -ulockmgr_server_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_REENTRANT +ulockmgr_server_CPPFLAGS = -D_REENTRANT ulockmgr_server_LDFLAGS = -pthread install-exec-hook: |