17 Oct
2007
17 Oct
'07
6:30 p.m.
I just had to use the line configure.cflags-append -I${prefix}/include to get the freeradius port to build. I had thought the default CFLAGS included that path, but it appears it isn't by looking at the debug output. Can anyone explain this? Mark
17 Oct
17 Oct
6:49 p.m.
Le 17 oct. 07 à 20:30, markd@macports.org a écrit :
I just had to use the line
configure.cflags-append -I${prefix}/include
to get the freeradius port to build. I had thought the default CFLAGS included that path, but it appears it isn't by looking at the debug output. Can anyone explain this?
Mark
-I things are CPPFLAGS, but some software does not use this env variable, so you have to put them directly in CFLAGS. -- Anthony Ramine, the infamous MacPorts Trac slave. nox@macports.org
6597
Age (days ago)
6597
Last active (days ago)
1 comments
2 participants
participants (2)
-
markd@macports.org
-
N_Ox