aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2013-07-24 17:09:26 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2013-07-24 17:09:26 +0200
commite6e7a249c5c70187144dd9cd3767801ed05a1763 (patch)
treee7e7f778148be3bbec2b3cc47ec718f3d0969cc4 /lib/Makefile.am
parent19accdfbda12d04fe2175ad1d7baf90e841af373 (diff)
downloadlibfuse-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 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e1dbfa2..64d2a84 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = -I$(top_srcdir)/include -DFUSERMOUNT_DIR=\"$(bindir)\" \
- -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=30
+ -D_REENTRANT -DFUSE_USE_VERSION=30
lib_LTLIBRARIES = libfuse.la libulockmgr.la