File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ ifeq ($(OS),Darwin)
138138 # Pick up OSXFUSE, even with pkg-config from MacPorts
139139 PKG_CONFIG := PKG_CONFIG_PATH=/usr/local/lib/pkgconfig $(PKG_CONFIG )
140140else ifeq ($(OS),Linux)
141- LFLAGS += -Wl,-rpath=$(shell $(PKG_CONFIG ) fuse --variable=libdir)
141+ LDFLAGS += -Wl,-rpath=$(shell $(PKG_CONFIG ) fuse --variable=libdir)
142142endif
143143
144144FUSE_CFLAGS := $(shell $(PKG_CONFIG ) fuse --cflags)
@@ -148,7 +148,7 @@ FUSE_LDFLAGS := $(shell $(PKG_CONFIG) fuse --libs)
148148 $(CXX ) -c $< -o $@ $(CFLAGS ) $(ARCH_FLAGS ) $(FUSE_CFLAGS ) $(DEFINES )
149149
150150$(TARGET ) : sparsebundlefs.o
151- $(CXX ) $< -o $@ $(LFLAGS ) $(ARCH_FLAGS ) $(FUSE_LDFLAGS )
151+ $(CXX ) $< -o $@ $(LDFLAGS ) $(ARCH_FLAGS ) $(FUSE_LDFLAGS )
152152
153153SPARSEBUNDLEFS =$(abspath $(TARGET ) )
154154export SPARSEBUNDLEFS
You can’t perform that action at this time.
0 commit comments