Changeset 3767

Show
Ignore:
Timestamp:
06/22/08 00:34:08 (5 months ago)
Author:
n0-1
Message:

update postgresql to 7.4.21

* now asterisk also builds with postgresql support

(the function PQescapeStringConn() was missing to pass the test)

Files:

Legend:

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

    r2678 r3767  
    88 
    99PKG_NAME:=              postgresql 
    10 PKG_VERSION:=           7.4.9 
     10#PKG_VERSION:=          7.4.9 
     11PKG_VERSION:=           7.4.21 
    1112PKG_RELEASE:=           1 
    12 PKG_MD5SUM:=            d7cf0f0a0e1dda19268f55cb1e124c77 
     13PKG_MD5SUM:=            b372d271bb30f703c241c7cc3d58f198 
    1314 
    1415MASTER_SITES:=          ftp://ftp3.us.postgresql.org/pub/postgresql/source/v${PKG_VERSION}/ \ 
     
    5657do-install: 
    5758        ${INSTALL_DIR} ${IDIR_LIBPQ}/usr/lib 
    58         ${CP} ${WRKINST}/usr/lib/libpq.so.* ${IDIR_LIBPQ}/usr/lib
     59        cd ${WRKINST}/usr && ${PCP} lib/libpq.so.* ${IDIR_LIBPQ}
    5960        ${INSTALL_DIR} ${IDIR_PGSQL_CLI}/usr/bin 
    6061        ${CP} ${WRKINST}/usr/bin/psql ${IDIR_PGSQL_CLI}/usr/bin/