Date: Mon, 01 May 2017 20:11:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218688] [patch] graphics/mupdf links with ssl if a pkgconfig for libcrypto exists Message-ID: <bug-218688-13-d6Q0XlJN2n@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-218688-13@https.bugs.freebsd.org/bugzilla/> References: <bug-218688-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218688 --- Comment #5 from rsmith@xs4all.nl --- Looking at the source code for 1.10a, OpenSSL is only used in one file, `source/pdf/pdf-pkcs7.c`. Looking at the Makerules file, OS-X disables OpenSSL because they don't use libcrypto. So I made a patch (attached) for Makerules to disable OpenSSL completely on FreeBSD. Mupdf-1.10a then builds, installs and runs OK without libcrypto. So I'd say: disable OpenSSL. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218688-13-d6Q0XlJN2n>