Commit Graph

6 Commits

Author SHA1 Message Date
Tor Arne Vestbø
a6aef18169 Fix unresolved symbols due to linker command line arguments ordering
The source file has to come first, so that the linker will know which
symbols to include from the fuse library (instead of throwing them
away).
2012-10-14 01:45:24 +02:00
Tor Arne Vestbø
672fd94c08 Use rpath on linux for FUSE
We should perhaps check if PKG_CONFIG_PATH has been set, which would
indicate that the FUSE libraries are in a non-default location, but
for now this is okey.
2012-09-28 14:53:48 +02:00
Tor Arne Vestbø
cc7891445e Fix build on Synology NAS (DSM 4.1) 2012-09-28 14:27:26 +02:00
Tor Arne Vestbø
a4ce2745a3 Always use FUSE version 26, not just on Mac OS 2012-09-28 14:10:35 +02:00
Tor Arne Vestbø
1b7932591a Optimize with -O2, not -O3 2012-09-28 14:09:28 +02:00
Tor Arne Vestbø
09f2c0e39a Initial commit 2012-09-28 13:16:17 +02:00