Closed GoogleCodeExporter closed 9 years ago
This patch doesn't necessarily break other platforms as the patch in issue #25
does.
See http://www.gentoo.org/doc/en/articles/autotools-practices.xml for further
information. Especially
"Also, though defining CFLAGS and LDFLAGS on a per-target basis seems useful,
adding
static flags in Makefile.am is a bad thing for portability, as you can't tell
if the
compiler you're using supports them, or if you really need them (-ldl put in
LDFLAGS
is a good example of a flag needed on Linux but not on FreeBSD); in such cases
you
should use configure.ac to add these flags."
Original comment by 4tmue...@gmail.com
on 5 Feb 2009 at 11:01
Attachments:
Original comment by dominiqu...@gmail.com
on 9 Feb 2009 at 10:22
merged with svn commit 303
Original comment by dominiqu...@gmail.com
on 10 Feb 2009 at 8:31
Original issue reported on code.google.com by
4tmue...@gmail.com
on 5 Feb 2009 at 10:59