[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Best way to enable _GNU_SOURCE
- From: Ray Van Dolson <rayvd bludgeon org>
- To: fedora-devel-list redhat com
- Subject: Best way to enable _GNU_SOURCE
- Date: Sun, 1 Jun 2008 09:24:04 -0700
automake / autoconf newbie here. I have a package that isn't currently
being built with _GNU_SOURCE defined and is running into compile
problems when a portion of it attempts to access hostent->h_addr.
If I compile with -D_GNU_SOURCE all is well, but I want to get this
fixed correctly upstream. What is the proper / preferred way to do
this? I see a couple options:
- Get it added to acinclude.m4 and it will show up somewhere in a
header file(?)
- Modify configure.ac (or other) to generage a configure.in that
tacks it onto DEFS which shows up then as DEFS in configure and
populates DEFS in the resultant Makefile so we have -D_GNU_SOURCE
passed to the compiler
What other ways are there to do this and what's the preferred way?
I'll answer my own question if I find the answer in the automake /
autoconf docs. :)
Ray
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]