* Message by -Paul Slootman- from Tue 2008-03-18:
 
> Be aware that at least when using glibc, a number of things are always
> dynamic, e.g the nsswitch stuff (for host lookups etc.)
> If the targets are linux systems, then the safest way is to build
> appropriate packages...

rsync can be linked statically against the dietlibc on Linux.

The following procedure works:

CC="diet gcc -nostdinc"
export CC
./configure --disable-locale
echo '#define HAVE_STRUCT_ADDRINFO 1' >> config.h
make

Attachment: pgpafV1zRJy4W.pgp
Description: PGP signature

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to