FreeBSD Bugzilla – Attachment 158486 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]
Updated patch
sqlcipher-openssl.patch (text/plain), 644 bytes, created by
Yuri Victorovich
on 2015-07-07 11:09:09 UTC
(
hide
)
Description:
Updated patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2015-07-07 11:09:09 UTC
Size:
644 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,9 @@ > GNU_CONFIGURE= yes > CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline > CPPFLAGS+= -DSQLITE_HAS_CODEC >-LDFLAGS+= -lcrypto >+LDFLAGS+= -L${LOCALBASE}/lib > >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so ${STAGEDIR}${PREFIX}/bin/* >+ > .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