Changeset 124


Ignore:
Timestamp:
12/14/11 20:38:22 (5 months ago)
Author:
alonbl
Message:

Remove libtool dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build

    r122 r124  
    174174        fi 
    175175 
    176         echo "Build libtool" 
    177         cd "${BUILDROOT}/libtool"* || die "cd libtool" 
    178         ./configure ${CONFIGOPTS} ${EXTRA_LIBTOOL_CONFIG} || die "Configure libtool" 
    179         ${MAKE} ${MAKEOPTS} ${MAKE_AUTOCONF_INSTALL_TARGET} DESTDIR="${OPENSC_ROOT}" || die "make libtool" 
    180         fixup_la 
    181  
    182176        if [ -n "${BUILD_FOR_WINDOWS}" ]; then 
    183177                echo "Build iconv" 
     
    396390fi 
    397391 
    398 export LTLIB_CFLAGS="-I${OPENSC_ROOT}/include" 
    399 export LTLIB_LIBS="-L${OPENSC_ROOT}/lib -lltdl" 
    400392export ZLIB_CFLAGS="-I${OPENSC_ROOT}/include" 
    401393export ZLIB_LIBS="-L${OPENSC_ROOT}/lib -lz" 
Note: See TracChangeset for help on using the changeset viewer.