redbo / cloudfuse

Filesystem (fuse) implemented on Mosso's Cloud Files
http://redbo.github.com/cloudfuse/
MIT License
392 stars 114 forks source link

Three small things #23

Closed novas0x2a closed 13 years ago

novas0x2a commented 13 years ago

curl no longer supports curl/types.h (see http://sourceforge.net/tracker/?func=detail&atid=100976&aid=3357929&group_id=976)

With stricter linking (--as-needed) openssl is no longer pulled in by transitive linking and must be explicitly referenced. I also regenerated the configure with autoconf 2.68.

novas0x2a commented 13 years ago

Oops, that's what I get for pull requesting before actually installing it. Added a DESTDIR to the makefile (see http://www.gnu.org/prep/standards/html_node/DESTDIR.html). It's necessary for installation in Gentoo and probably some other distros, too.

redbo commented 13 years ago

Cool, thanks.