FreeBSD Bugzilla – Attachment 47780 Details for
Bug 73167
[PATCH] php4 4.2.9 openssl building static needed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 786 bytes, created by
Dmitry A Grigorovich
on 2004-10-26 17:10:29 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dmitry A Grigorovich
Created:
2004-10-26 17:10:29 UTC
Size:
786 bytes
patch
obsolete
>--- php4/Makefile.orig Tue Oct 26 22:10:49 2004 >+++ php4/Makefile Tue Oct 26 22:11:42 2004 >@@ -33,6 +33,13 @@ > --with-config-file-scan-dir=${PREFIX}/etc/php \ > --disable-all > >+# Need to compile openssl statically >+.if !defined(WITHOUT_OPENSSL) >+CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} \ >+ --with-openssl-dir=${OPENSSLBASE} >+USE_OPENSSL= yes >+.endif >+ > .if !defined(WITH_REGEX_TYPE) || ${WITH_REGEX_TYPE} == "php" > CONFIGURE_ARGS+=--with-regex=php > .else >--- php4/Makefile.ext.orig Tue Oct 26 22:11:03 2004 >+++ php4/Makefile.ext Tue Oct 26 22:12:02 2004 >@@ -227,6 +227,7 @@ > .endif > > .if ${PHP_MODNAME} == "openssl" >+BROKEN= "Does not work with php4" > CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} \ > --with-openssl-dir=${OPENSSLBASE} > >--- patch-php-port ends here ---
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 73167
:
47779
| 47780