FreeBSD Bugzilla – Attachment 61613 Details for
Bug 92282
linker fix for postfix with openssl from ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.03 KB, created by
Vick Khera
on 2006-01-24 19:30:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Vick Khera
Created:
2006-01-24 19:30:03 UTC
Size:
1.03 KB
patch
obsolete
>Index: scripts/configure.postfix >=================================================================== >RCS file: /home/pcvs/ports/mail/postfix/scripts/configure.postfix,v >retrieving revision 1.70 >diff -u -r1.70 configure.postfix >--- scripts/configure.postfix 12 Jan 2006 16:23:59 -0000 1.70 >+++ scripts/configure.postfix 20 Jan 2006 07:10:50 -0000 >@@ -192,7 +192,7 @@ > if /usr/bin/nm ${LOCALBASE}/lib/mysql/libmysqlclient.a | grep -wq "SSL_new"; then > echo "USE_OPENSSL= yes" > echo "POSTFIX_CCARGS+= -I\${OPENSSLLIB}" >- echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" >+ echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto" > fi > fi > echo "MYSQL_SUFFIX= +mysql" >@@ -258,7 +258,7 @@ > if /usr/bin/nm ${LOCALBASE}/lib/mysql/libmysqlclient.a | grep -wq "SSL_new"; then > echo "USE_OPENSSL= yes" > echo "POSTFIX_CCARGS+= -I\${OPENSSLLIB}" >- echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" >+ echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto" > fi > fi > fi
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 92282
: 61613