With symlinks in /lib m and crypt are are no longer exceptions
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 2 Sep 2013 17:01:31 +0000 (19:01 +0200)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Fri, 8 Nov 2013 13:46:06 +0000 (14:46 +0100)
commit6ca2a421b0eade1758eb598dd8edcf55832f2794
tree9545527ceaa52cd6fe184b6b59c75dda341da38b
parentd7ce6d3bed362a1dd2cc232485f89bba47361cbb
With symlinks in /lib m and crypt are are no longer exceptions

Configure will only look for libfoo.so. If libfoo.so.{num} exists and
libfoo.so does not, make a symbolic link and start over. For this
Synology DS213, I needed

 # cd /lib
 # ln -s libm.so.6 libm.so
 # ln -s libcrypt.so.1 libcrypt.so
hints/linux.sh