Changeset 9ea1889 in freewrt


Ignore:
Timestamp:
Jul 22, 2007, 9:54:54 PM (18 years ago)
Author:
Christian Gmeiner <austriancoder@…>
Children:
8dd13f1
Parents:
e74367b
Message:

add 'Depends: ...' only if needed

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3318 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/apr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/apr/Makefile

    re74367b r9ea1889  
    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
  • package/apr/ipkg/apr.control

    re74367b r9ea1889  
    33Section: lib
    44Description: Apache Portable Runtime
    5 Depends: libpthread
Note: See TracChangeset for help on using the changeset viewer.