Issue information

Issue ID
#3122
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 24, 2009 20:46
Last Post
Hercules Elf Bot
Apr 4, 2012 8:52
Confirmation
N/A

Hercules Elf Bot - May 24, 2009 20:46

Originally posted by [b]Euphidime[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3122

See: src/common/Makefile.in.

Passing $LDFLAGS to gcc is both completely unnecessary and flat out wrong. With a default configuration, this is harmless, but when adding libraries and such it causes problems. (Yes, common still compiles fine when $LDFLAGS is removed.)

Please remove it everywhere in src/common/Makefile.in. There is no linking done in that makefile and it does not need to be there.

Hercules Elf Bot - Dec 9, 2011 4:45

Originally posted by [b]Ind[/b]
Might have been fixed at some point in time -- it's no longer there.