aboutsummaryrefslogtreecommitdiffstats
path: root/fuse.pc.in
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 /fuse.pc.in
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 'fuse.pc.in')
-rw-r--r--fuse.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse.pc.in b/fuse.pc.in
index 8fdb841..a535e04 100644
--- a/fuse.pc.in
+++ b/fuse.pc.in
@@ -8,4 +8,4 @@ Description: Filesystem in Userspace
Version: @VERSION@
Libs: -L${libdir} -lfuse -pthread
Libs.private: @libfuse_libs@
-Cflags: -I${includedir}/fuse -D_FILE_OFFSET_BITS=64
+Cflags: -I${includedir}/fuse