FS#2017 - ircd is not compiling due to missing -lm
Attached to Project:
Arch Linux
Opened by Luis Felipe Strano Moraes (lfelipe) - Thursday, 13 January 2005, 20:38 GMT
Opened by Luis Felipe Strano Moraes (lfelipe) - Thursday, 13 January 2005, 20:38 GMT
|
Details
I've been trying to compile ircd from source, but it's not
compiling because the variable MATHLIBS on the Makefile is
not set. I've fixed it here by making the following change on the PKGBUILD : original : make all || return 1 altered : make MATHLIBS='-lm' all || return 1 |
This task depends upon
Closed by dorphell (dorphell)
Thursday, 13 January 2005, 22:52 GMT
Reason for closing: Fixed
Additional comments about closing: added MATHLIBS='-lm' to make line
Thursday, 13 January 2005, 22:52 GMT
Reason for closing: Fixed
Additional comments about closing: added MATHLIBS='-lm' to make line
priority to medium.
Is there anyway to change the bug after I submitted it ??