FreeBSD Bugzilla – Attachment 182234 Details for
Bug 218688
[patch] graphics/mupdf links with ssl if a pkgconfig for libcrypto exists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch Makerules to disable SSL for mupdf-1.10a
patch-Makerules (text/plain), 534 bytes, created by
rsmith
on 2017-05-01 20:07:38 UTC
(
hide
)
Description:
Patch Makerules to disable SSL for mupdf-1.10a
Filename:
MIME Type:
Creator:
rsmith
Created:
2017-05-01 20:07:38 UTC
Size:
534 bytes
patch
obsolete
>--- Makerules.orig 2017-05-01 21:56:42.738778000 +0200 >+++ Makerules 2017-05-01 21:57:34.513398000 +0200 >@@ -107,11 +107,9 @@ > > HAVE_PTHREADS ?= yes > >-ifeq "$(shell pkg-config --exists libcrypto && 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 >+HAVE_LIBCRYPTO = no >+SYS_LIBCRYPTO_CFLAGS = >+SYS_LIBCRYPTO_LIBS = > > ifeq "$(shell pkg-config --exists libcurl && echo yes)" "yes" > HAVE_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 218688
:
181824
| 182234