On 18/10/09 19:57, Jeff Trawick wrote:

There is no consensus yet on the scope of what has to be addressed
(distinct from whether the project or the packager should address it).
  The discussion in the earlier commit thread needs to be carried to
its conclusion.


What about simply making apr.h/apu.h as a stubs
for apr-$CPU.h

eg.

/* apr.h */
#if defined(__i386__)
#include <apr-i386.h>
#elif define(__x86_64__)
#include <apr-x86-64.h>
etc...

Something like that is already done on
lots of platforms to simulate the universal (multiarch) concept


Regard
--
^TM

Reply via email to