FreeBSD Bugzilla – Attachment 158485 Details for
Bug 201397
databases/sqlcipher: Added USE_OPENSSL, forced it to link with OpenSSL from port, fixed stripping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
sqlcipher-openssl.patch (text/plain), 555 bytes, created by
Yuri Victorovich
on 2015-07-07 11:02:31 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2015-07-07 11:02:31 UTC
Size:
555 bytes
patch
obsolete
>Index: databases/sqlcipher/Makefile >=================================================================== >--- databases/sqlcipher/Makefile (revision 391486) >+++ databases/sqlcipher/Makefile (working copy) >@@ -10,6 +10,7 @@ > > LICENSE= BSD3CLAUSE > >+USE_OPENSSL= yes > USE_LDCONFIG= yes > USE_GITHUB= yes > USES= libtool pathfix tcl:86,build >@@ -17,6 +18,6 @@ > GNU_CONFIGURE= yes > CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline > CPPFLAGS+= -DSQLITE_HAS_CODEC >-LDFLAGS+= -lcrypto >+LDFLAGS+= -L${LOCALBASE}/lib > > .include <bsd.port.mk>
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 201397
:
158485
|
158486
|
158487