Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2010 17:45:53 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        RW <rwmaillists@googlemail.com>
Cc:        ports@freebsd.org
Subject:   Re: apr ports devrandom option
Message-ID:  <49C8F6CA-E527-420E-BD04-514DDF72F8A7@mac.com>
In-Reply-To: <20100617010030.3bb02931@gumby.homeunix.com>
References:  <20100617000106.2db70cb4@gumby.homeunix.com> <732B2687-76E1-4693-8658-1C3C9B142542@mac.com> <20100617010030.3bb02931@gumby.homeunix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jun 16, 2010, at 5:00 PM, RW wrote:
> Right, but I'm asking about the "make config" port option, not the configure options to apr itself.

When you enable the option via make config, apr's ./configure gets fed the appropriate flag:

> OPTIONS= ...
>  DEVRANDOM "Use /dev/random or compatible in apr"  on \               
> ...
> .if defined(WITHOUT_DEVRANDOM)
> CONFIGURE_ARGS+=        --without-devrandom
> .else
> CONFIGURE_ARGS+=        --with-devrandom
> .if defined(PKGNAMESUFFIX)
> PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-devrandom
> .else
> PKGNAMESUFFIX=  -devrandom
> .endif
> .endif


Regards,
-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49C8F6CA-E527-420E-BD04-514DDF72F8A7>