Why this patch
I wanted Bruce Guenter’s syncdir to work as a shared library on most any platform.
Without this patch
On systems that aren’t sufficiently like Linux, figure out how to build syncdir as a shared library, or give up and link statically.
With this patch
On systems that aren’t sufficiently like Linux, get a shared library anyway. (The static one’s there too.)
Get this patch
Download and apply syncdir-1.0-libtoolize-20181112.patch.
(Generated with git diff syncdir-1.0 syncdir-1.0-libtoolize-20181112
.)
Improve this patch
If you see a simpler way to do it, I’d love to know.