Changeset 3318

Show
Ignore:
Timestamp:
07/22/07 21:54:54 (1 year ago)
Author:
austriancoder
Message:

add 'Depends: ...' only if needed

Files:

Legend:

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

    r3317 r3318  
    99PKG_NAME:=              apr 
    1010PKG_VERSION:=           0.9.14 
    11 PKG_RELEASE:=           1 
     11PKG_RELEASE:=           2 
    1212PKG_MD5SUM:=            4ece501c0ae86403db8b4942d7e3458c 
    1313MASTER_SITES:=          http://gd.tuwien.ac.at/infosys/servers/http/apache/dist/${PKG_NAME}/ 
     
    2222CONFIGURE_ENV+=         ac_cv_sizeof_ssize_t=4 
    2323CONFIGURE_ENV+=         ac_cv_file__dev_zero=yes 
    24 CONFIGURE_ARGS+=        --enable-nonportable-atomics 
    2524CONFIGURE_ARGS+=        --with-devrandom=/dev/urandom 
    2625 
     
    4948            '/^bindir="/s##&${STAGING_DIR}/#' | \ 
    5049            ed -s ${WRKINST}/usr/bin/apr-config 
     50ifeq (${FWRT_PACKAGE_APR_THREADING},y) 
     51        echo 'Depends: libpthread' >> ${IDIR_APR}/CONTROL/control 
     52endif 
    5153 
    5254include ${TOPDIR}/mk/pkg-bottom.mk 
  • trunk/freewrt/package/apr/ipkg/apr.control

    r2068 r3318  
    33Section: lib 
    44Description: Apache Portable Runtime 
    5 Depends: libpthread