Changeset 3315

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

be on the safe side and enable touch dso

Files:

Legend:

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

    r3314 r3315  
    99PKG_NAME:=              apr 
    1010PKG_VERSION:=           0.9.13 
    11 PKG_RELEASE:=           2 
     11PKG_RELEASE:=           3 
    1212PKG_MD5SUM:=            233894af598d8347fd68cf836e7dee91 
    1313MASTER_SITES:=          http://gd.tuwien.ac.at/infosys/servers/http/apache/dist/${PKG_NAME}/ 
     
    2424CONFIGURE_ARGS+=        --enable-nonportable-atomics 
    2525CONFIGURE_ARGS+=        --with-devrandom=/dev/urandom 
    26 CONFIGURE_ARGS+=        --disable-dso 
    2726 
    2827ifeq (${FWRT_PACKAGE_APR_THREADING},y)