Problems with inn on Fedora Core 4

Paul Tomblin ptomblin at xcski.com
Sun Jan 29 01:48:40 UTC 2006


Quoting Russ Allbery (rra at stanford.edu):
> Paul Tomblin <ptomblin at xcski.com> writes:
> > Hmmm.  Is there a way to see what the config options are in an rpm?
> 
> If the src RPM is available, you can tell from the spec file in it.

%build
export DEFINE_INN_FLAGS="-D_XOPEN_SOURCE=600 -D_BSD_SOURCE"

%ifarch s390 s390x
export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
%else
export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fpic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
%endif

I'm currently trying to compile with all of their options except those
ones to see what's going on.

-- 
Paul Tomblin <ptomblin at xcski.com> http://xcski.com/blogs/pt/
The phrase "Login to www.clue.org and issue the GET command" springs to mind.
              -- Tanuki



More information about the inn-bugs mailing list