Always use FUSE version 26, not just on Mac OS

This commit is contained in:
Tor Arne Vestbø
2012-09-28 14:10:35 +02:00
parent 1b7932591a
commit a4ce2745a3

View File

@@ -2,11 +2,11 @@ TARGET = sparsebundlefs
PKG_CONFIG = pkg-config
CFLAGS = -Wall -O2
DEFINES = -DFUSE_USE_VERSION=26
ifeq ($(shell uname), Darwin)
# Pick up OSXFUSE, even with pkg-config from MacPorts
PKG_CONFIG := PKG_CONFIG_PATH=/usr/local/lib/pkgconfig $(PKG_CONFIG)
DEFINES = -DFUSE_USE_VERSION=26
endif
FUSE_FLAGS := $(shell $(PKG_CONFIG) fuse --cflags --libs)