FreeBSD Bugzilla – Attachment 50764 Details for
Bug 77284
Update port: databases/py-MySQLdb new default options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-MySQLdb.patch
py-MySQLdb.patch (text/plain), 668 bytes, created by
Marcus Grando
on 2005-02-08 23:20:19 UTC
(
hide
)
Description:
py-MySQLdb.patch
Filename:
MIME Type:
Creator:
Marcus Grando
Created:
2005-02-08 23:20:19 UTC
Size:
668 bytes
patch
obsolete
>diff -ruN py-MySQLdb.old/Makefile py-MySQLdb/Makefile >--- py-MySQLdb.old/Makefile Tue Feb 8 21:07:44 2005 >+++ py-MySQLdb/Makefile Tue Feb 8 21:11:46 2005 >@@ -27,12 +27,13 @@ > @${ECHO} "" > @${ECHO} "You may use the following build options:" > @${ECHO} "" >- @${ECHO} " WITH_MYSQLCLIENT_R=yes Use mysqlclient_r lib" >+ @${ECHO} " WITHOUT_MYSQLCLIENT_R=yes Don't use mysqlclient_r lib" >+ @${ECHO} " but is not guarantee thread-safe." >+ @${ECHO} "" >+ @${ECHO} " Default use mysqlclient_r" > @${ECHO} "" > >-.if defined(WITH_MYSQLCLIENT_R) >-MAKE_ENV+= mysqlclient="mysqlclient_r" >-.else >+.if defined(WITHOUT_MYSQLCLIENT_R) > MAKE_ENV+= mysqlclient="mysqlclient" > .endif
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 77284
: 50764 |
50765
Working