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

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to