[Bug 1870] --enable-sunec requires a nss-softokn.pc which is only available in Fedora
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Jul 16 21:05:10 UTC 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1870
--- Comment #2 from Andrew John Hughes <gnu.andrew at redhat.com> ---
This is the latest Gentoo ebuild for NSS with SunEC support:
http://git.overlays.gentoo.org/gitweb/?p=proj/java.git;a=blob;f=dev-libs/nss/nss-3.16.1.ebuild;h=edad7e44b98e33a1be2d61effb0775e313512f34;hb=bb7ec406bddc9418167472f992431e599d7030b8
Notably:
if use java ; then
cp -L */lib/libfreebl.a "${ED}"/usr/$(get_libdir) || die "copying libs
failed"
fi
if use java ; then
local javapc="${ED}"/usr/$(get_libdir)/pkgconfig/nss{,-softokn}.pc
cp -L "${ED}"/usr/$(get_libdir)/pkgconfig/nss.pc ${javapc}
sed -i -e 's#Libs:#Libs: -lfreebl#' -e 's#Cflags:#Cflags:
-I${includedir}/private#' ${javapc}
fi
if use java ; then
insinto /usr/include/nss/private
doins private/nss/{blapi,alghmac}.h
fi
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140716/81876e22/attachment.html>
More information about the distro-pkg-dev
mailing list