static compile
All,
Csync2 requires librsync, libsqlite, and libssl to be installed. So I have a machine that has this stuff installed, and csync2 installs and runs just fine on that machine. I want to compile a binary of csync though, that I can copy to another machine and just run it without the extra programs. I believe statically compiling it will do the trick, but I think I did something incorrectly. I tried looking for the LDFLAGS setting in the Makefile, and setting it to "-static" without the quotes, but that didn't seem to do the trick. What am I doing wrong?
-Twistedpair
|