Drop redundant -lc from a number of rules in Makefile.shared. It's
authorAndy Polyakov <appro@openssl.org>
Thu, 3 Feb 2005 22:40:40 +0000 (22:40 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 3 Feb 2005 22:40:40 +0000 (22:40 +0000)
commit485e30dbe195beed5d98497e87bbb99eecbb4551
tree052264bb4bdba3d97465fbadab555da46af4433e
parent877dbcb8a0463596f9e51c34f8e59fbfb6e3bc8e
Drop redundant -lc from a number of rules in Makefile.shared. It's
perfectly safe [compiler driver adds it] and in some situation even
perfectly appropriate [mixing -pthread and -lc on FreeBSD can have
lethal effect on apps/openssl]. I'd say we should get rid of more,
but I remove those I can test myself...
Makefile.shared