Changeset 1960

Show
Ignore:
Timestamp:
02/13/07 09:18:50 (5 years ago)
Author:
austriancoder
Message:

make apr-util happier...

Files:

Legend:

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

    r1917 r1960  
    3232        ${CP} ${WRKINST}/usr/lib/libapr-0.so* ${IDIR_APR}/usr/lib/ 
    3333 
     34        ${INSTALL_DIR} ${STAGING_DIR}/usr/share/build 
     35        ${CP} ${WRKINST}/usr/share/build/* ${STAGING_DIR}/usr/share/build/ 
     36 
    3437        # we need to patch paths to get apr-util compiling 
    3538        printf '/^installbuilddir="/s##&${STAGING_DIR}/#\nwq\n' | ed -s ${WRKINST}/usr/bin/apr-config