chiark / gitweb /
Add an explicit -lm to the link lines in Makefile.gtk, after two users
authorSimon Tatham <anakin@pobox.com>
Sat, 7 Apr 2012 22:28:59 +0000 (22:28 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 7 Apr 2012 22:28:59 +0000 (22:28 +0000)
commit51d1f0f856b92a31cee4985f950a7c6b58169d21
tree560519f2863abf01eeb8d025bd882d20415e3d03
parent4f81608c40cdecec7448d97f4bbf7f01b524b963
Add an explicit -lm to the link lines in Makefile.gtk, after two users
reported on the same day that this is now necessary since up-to-date
GNU tools won't consider it sufficient to have libm be a dependency of
other explicitly referenced libraries if you're directly referring to
the contents of libm yourself.

[originally from svn r9448]
mkfiles.pl