FreeBSD Bugzilla – Attachment 12105 Details for
Bug 23588
Bug in mod_php4+PostgreSQL build when postgresql7+SSL enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mod_php4.diff
mod_php4.diff (text/plain; charset=us-ascii), 1.20 KB, created by
dirk
on 2000-12-27 14:01:03 UTC
(
hide
)
Description:
mod_php4.diff
Filename:
MIME Type:
Creator:
dirk
Created:
2000-12-27 14:01:03 UTC
Size:
1.20 KB
patch
obsolete
>? mod_php4/scripts/.configure.php.swp >Index: mod_php4/scripts/configure.php >=================================================================== >RCS file: /home/ncvs/ports/www/mod_php4/scripts/configure.php,v >retrieving revision 1.104 >diff -u -r1.104 configure.php >--- mod_php4/scripts/configure.php 2000/12/24 11:13:29 1.104 >+++ mod_php4/scripts/configure.php 2000/12/27 13:56:43 >@@ -101,6 +101,9 @@ > \"PostgreSQL\") > echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" > echo "CONFIGURE_ARGS+=--with-pgsql=\${PREFIX}/pgsql" >+ if /usr/bin/ldd ${PREFIX}/pgsql/bin/postgres | /usr/bin/grep -q "libssl"; then >+ LIBS="-lcrypto -lssl" >+ fi > ;; > \"SybaseDB\") > echo "LIB_DEPENDS+= sybdb.0:\${PORTSDIR}/databases/freetds" >@@ -130,7 +133,7 @@ > echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap" > echo "CONFIGURE_ARGS+=--with-ldap=\${PREFIX}" > if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a -a ! -L /usr/lib/libdes.a ]; then >- echo "CONFIGURE_ENV+= LIBS='-lkrb -ldes -L\${PREFIX}/lib'" >+ LIBS="${LIBS} -lkrb -ldes -L\${PREFIX}/lib" > fi > ;; > \"SNMP\") >@@ -175,5 +178,9 @@ > exit 1 > ;; > esac >+ >+ if [ "${LIBS}" ]; then >+ echo "CONFIGURE_ENV+= LIBS='${LIBS}'" >+ fi > shift > done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23588
:
12104
| 12105