apr ports devrandom option

Chuck Swiger cswiger at mac.com
Thu Jun 17 00:46:33 UTC 2010


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



More information about the freebsd-ports mailing list