Re: [OpenWrt-Devel] Some questions to package

2009-10-30 Thread Ondrej Zajicek
On Tue, Oct 27, 2009 at 09:15:31PM -0400, Dave Cooper wrote: > Take a look at *shameless plug* the msmtp package which builds two > binaries, one linking to openssl. On Wed, Oct 28, 2009 at 12:15:47AM +0100, ZioPRoTo (Saverio Proto) wrote: > look at the iperf package for an example: > https://dev.

Re: [OpenWrt-Devel] Some questions to package

2009-10-27 Thread Dave Cooper
Take a look at *shameless plug* the msmtp package which builds two binaries, one linking to openssl. https://dev.openwrt.org/browser/packages/mail/msmtp/Makefile Dave On Tue, Oct 27, 2009 at 6:44 PM, Ondrej Zajicek wrote: > Hello > > I would like to create an OpenWRT package for BIRD routing da

Re: [OpenWrt-Devel] Some questions to package

2009-10-27 Thread ZioPRoTo (Saverio Proto)
> What is the proper way to support such build? Obviously, it can be > easily done by creating two completely independent package > specifications, but that would lead to unnecessary duplication. look at the iperf package for an example: https://dev.openwrt.org/browser/packages/net/iperf it is on

[OpenWrt-Devel] Some questions to package

2009-10-27 Thread Ondrej Zajicek
Hello I would like to create an OpenWRT package for BIRD routing daemon ( http://bird.network.cz/ ), but there is one problem with it: There is a configure option to specify whether it should be compiled for IPv4 or IPv6. If you want both IPv4 and IPv6, you have to built it (configure and make)