Changeset 1693

Show
Ignore:
Timestamp:
01/21/07 00:35:48 (2 years ago)
Author:
wbx
Message:

install libcgi.so for rrdtool

Files:

Legend:

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

    r1686 r1693  
    2323        ${INSTALL_DIR} ${IDIR_CGILIB}/usr/lib 
    2424        ${INSTALL_DIR} ${WRKINST}/usr/include 
     25        ${INSTALL_DIR} ${WRKINST}/usr/lib 
    2526        ${CP} ${WRKBUILD}/libcgi.so.* ${IDIR_CGILIB}/usr/lib/ 
    2627        ${CP} ${WRKBUILD}/cgi.h ${WRKINST}/usr/include/ 
     28        ${CP} ${WRKBUILD}/libcgi.so ${WRKINST}/usr/lib/ 
    2729 
    2830include ${TOPDIR}/mk/pkg-bottom.mk