diff options
author | Rob Austein <sra@hactrn.net> | 2006-10-20 17:51:43 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-10-20 17:51:43 +0000 |
commit | 4e5b6d429e07d1d7f449b12571dc6b632caa6c33 (patch) | |
tree | 0031434d23482c50310406b0a69797990730f203 | |
parent | 65cc97d92eaed5862b11761accc3f1389c951f7d (diff) |
Add notes
svn path=/rcynic/static-rsync/README; revision=419
-rw-r--r-- | rcynic/static-rsync/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rcynic/static-rsync/README b/rcynic/static-rsync/README index 36d5d7a8..a0613c47 100644 --- a/rcynic/static-rsync/README +++ b/rcynic/static-rsync/README @@ -1,3 +1,12 @@ $Id$ Hack to build a static rsync binary suitable for use in a chroot jail. + +The default configuration is for gcc, since that's the most widely +used compiler on the platforms we use. I've provided hooks intended +to make it simple to support other compilers just by overriding make +variables on the command line: if you need to do something more +drastic than this to get your compiler working, please tell me. + +If your platform doesn't support static binaries at all, you're on +your own (and should whine at your OS vendor, as this is nuts). |