[Bug 198330] [PATCH] graphics/openimageio Missing dependency on OpenSSL
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 5 20:09:33 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198330
Bug ID: 198330
Summary: [PATCH] graphics/openimageio Missing dependency on
OpenSSL
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: spil.oss at gmail.com
CC: FreeBSD at ShaneWare.Biz
CC: FreeBSD at ShaneWare.Biz
Keywords: patch
Flags: maintainer-feedback?(FreeBSD at ShaneWare.Biz)
Created attachment 153861
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153861&action=edit
svn diff for graphics/openimageio
During a build with LibreSSL we've discovered a bug with graphics/openimageio.
The port does not define a dependency on OpenSSL.
Linking CXX executable ../../bin/blender
/usr/bin/c++ ...
<snip>
/usr/local/lib/libXxf86vm.so -lutil -lc -lm -Wl,-rpath,/usr/local/lib:
/usr/bin/ld: warning: libssl.so.30, needed by /usr/local/lib/libOpenImageIO.so,
not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libcrypto.so.30, needed by
/usr/local/lib/libOpenImageIO.so, not found (try using -rpath or -rpath-link)
/usr/local/lib/libOpenImageIO.so: undefined reference to `SHA1_Init'
Attached patch fixes this by adding OPENSSL_USE= yes
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list