[svn-commits] file: trunk r46507 - in /trunk: ./ configure configure.ac

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Oct 30 14:11:37 MST 2006


Author: file
Date: Mon Oct 30 15:11:37 2006
New Revision: 46507

URL: http://svn.digium.com/view/asterisk?rev=46507&view=rev
Log:
Merged revisions 46506 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46506 | file | 2006-10-30 16:09:13 -0500 (Mon, 30 Oct 2006) | 2 lines

Don't explicitly link in crypt as it is not used on some platforms.

........

Modified:
    trunk/   (props changed)
    trunk/configure
    trunk/configure.ac

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/configure
URL: http://svn.digium.com/view/asterisk/trunk/configure?rev=46507&r1=46506&r2=46507&view=diff
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Oct 30 15:11:37 2006
@@ -24336,7 +24336,7 @@
 
 
    if test "${ac_cv_lib_pq_PQexec}" = "yes"; then
-      PGSQL_LIB="-L${PGSQL_libdir} -lpq -lz -lcrypt"
+      PGSQL_LIB="-L${PGSQL_libdir} -lpq -lz"
       PGSQL_INCLUDE="-I${PGSQL_includedir}"
       PBX_PGSQL=1
    fi

Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk/trunk/configure.ac?rev=46507&r1=46506&r2=46507&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Oct 30 15:11:37 2006
@@ -632,7 +632,7 @@
    [Define to indicate the PostgreSQL library]), [], -L${PGSQL_libdir} -lz)
 
    if test "${ac_cv_lib_pq_PQexec}" = "yes"; then
-      PGSQL_LIB="-L${PGSQL_libdir} -lpq -lz -lcrypt"
+      PGSQL_LIB="-L${PGSQL_libdir} -lpq -lz"
       PGSQL_INCLUDE="-I${PGSQL_includedir}"
       PBX_PGSQL=1
    fi



More information about the svn-commits mailing list