commit | 485e30dbe195beed5d98497e87bbb99eecbb4551 | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Thu Feb 03 22:40:40 2005 +0000 |
committer | Andy Polyakov <appro@openssl.org> | Thu Feb 03 22:40:40 2005 +0000 |
tree | 052264bb4bdba3d97465fbadab555da46af4433e | |
parent | 877dbcb8a0463596f9e51c34f8e59fbfb6e3bc8e [diff] |
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...