Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 545008 Details for
Bug 662352
app-text/mupdf-1.13.0 [+libressl]: pkcs7-openssl.c:(.text.BIO_new_stream+0x26): undefined reference to `BIO_meth_new'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
attempt to support libressl-2.6
mupdf-libressl.patch (text/plain), 883 bytes, created by
Jouni Kosonen
on 2018-08-25 18:37:56 UTC
(
hide
)
Description:
attempt to support libressl-2.6
Filename:
MIME Type:
Creator:
Jouni Kosonen
Created:
2018-08-25 18:37:56 UTC
Size:
883 bytes
patch
obsolete
>diff --git a/Makerules b/Makerules >index f9b25d6..6c91c6c 100644 >--- a/Makerules >+++ b/Makerules >@@ -106,11 +106,17 @@ SYS_GLUT_LIBS := -lglut -lGL > > WANT_OPENSSL ?= yes > ifeq "$(WANT_OPENSSL)" "yes" >-ifeq "$(shell pkg-config --exists 'libcrypto >= 1.1.0' && echo yes)" "yes" >+ifeq "$(shell pkg-config --exists 'libcrypto >= 2.0.0' && echo libre)" "libre" >+ifeq "$(shell pkg-config --exists 'libcrypto >= 2.7.0' && echo yes)" "yes" > HAVE_LIBCRYPTO := yes > SYS_LIBCRYPTO_CFLAGS := -DHAVE_LIBCRYPTO $(shell pkg-config --cflags libcrypto) > SYS_LIBCRYPTO_LIBS := $(shell pkg-config --libs libcrypto) > endif >+else ifeq "$(shell pkg-config --exists 'libcrypto >= 1.1.0' && echo yes)" "yes" >+HAVE_LIBCRYPTO := yes >+SYS_LIBCRYPTO_CFLAGS := -DHAVE_LIBCRYPTO $(shell pkg-config --cflags libcrypto) >+SYS_LIBCRYPTO_LIBS := $(shell pkg-config --libs libcrypto) >+endif > endif > > WANT_CURL ?= yes
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 662352
:
541540
|
541542
| 545008 |
545012