We probably want to install the i386 libs for libaio on x86_64 machines,
so would something like this in config.xml work?

  <binary-package-list>
      <filter>
        <architecture>x86_64</architecture>
      </filter>
 
      <pkg>libaio.x86_64</pkg>
      <pkg>libaio-devel.x86_64</pkg>
      <pkg>libaio.i386</pkg>
      <pkg>libaio-devel.i386</pkg>
  </binary-package-list>

Cheers,

Bernard


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to