mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 16:58:55 +00:00
compile via lsb (linux standard base)
git-svn-id: http://s3fs.googlecode.com/svn/trunk@39 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
parent
c4bd765db5
commit
b1927fcaf3
6
s3fs/Makefile.lsb
Normal file
6
s3fs/Makefile.lsb
Normal file
@ -0,0 +1,6 @@
|
||||
all:
|
||||
LSBCC_SHAREDLIBS=fuse:curl:ssl /opt/lsb/bin/lsbc++ -Wall -Wl,--allow-shlib-undefined $(shell pkg-config fuse --cflags --libs) -lcurl $(shell xml2-config --cflags --libs) -lssl -ggdb s3fs.cpp -o s3fs
|
||||
@echo ok!
|
||||
|
||||
clean:
|
||||
rm -f s3fs s3fs.o
|
Loading…
Reference in New Issue
Block a user