mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-10 16:20:59 +00:00
added -lssl for ubuntu
git-svn-id: http://s3fs.googlecode.com/svn/trunk@36 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
parent
c10be86290
commit
56915cdf88
@ -1,5 +1,5 @@
|
|||||||
all:
|
all:
|
||||||
g++ -Wall $(shell pkg-config fuse --cflags --libs) -lcurl $(shell xml2-config --cflags --libs) -ggdb s3fs.cpp -o s3fs
|
g++ -Wall $(shell pkg-config fuse --cflags --libs) -lcurl $(shell xml2-config --cflags --libs) -lssl -ggdb s3fs.cpp -o s3fs
|
||||||
@echo ok!
|
@echo ok!
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user