Changeset 3314

Show
Ignore:
Timestamp:
07/22/07 20:27:56 (1 year ago)
Author:
austriancoder
Message:

disable unneeded stuff and define random device

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/apr/Makefile

    r2678 r3314  
    99PKG_NAME:=              apr 
    1010PKG_VERSION:=           0.9.13 
    11 PKG_RELEASE:=           1 
     11PKG_RELEASE:=           2 
    1212PKG_MD5SUM:=            233894af598d8347fd68cf836e7dee91 
    1313MASTER_SITES:=          http://gd.tuwien.ac.at/infosys/servers/http/apache/dist/${PKG_NAME}/ 
     
    2323CONFIGURE_ENV+=         ac_cv_file__dev_zero=yes 
    2424CONFIGURE_ARGS+=        --enable-nonportable-atomics 
     25CONFIGURE_ARGS+=        --with-devrandom=/dev/urandom 
     26CONFIGURE_ARGS+=        --disable-dso 
    2527 
    2628ifeq (${FWRT_PACKAGE_APR_THREADING},y)