FreeBSD Bugzilla – Attachment 140398 Details for
Bug 186956
Remote debugging on java/openjdk7 fails with "/usr/local/openjdk7/jre/lib/amd64/libnpt.so: Undefined symbol "libiconv_open"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
openjdk7.patch
openjdk7.patch (text/x-patch), 684 bytes, created by
Tijl Coosemans
on 2014-03-03 22:13:29 UTC
(
hide
)
Description:
openjdk7.patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2014-03-03 22:13:29 UTC
Size:
684 bytes
patch
obsolete
>Index: java/openjdk7/Makefile >=================================================================== >--- java/openjdk7/Makefile (revision 346795) >+++ java/openjdk7/Makefile (working copy) >@@ -138,6 +138,12 @@ PATCH_DEPENDS+= gpatch:${PORTSDIR}/devel > PATCH= gpatch > .endif > >+.include <bsd.port.pre.mk> >+ >+.if empty(ICONV_LIB) >+MAKE_ENV+= EXTRA_CFLAGS=-DLIBICONV_PLUG >+.endif >+ > post-patch: > @${REINPLACE_CMD} "s|%%LOCALBASE%%|${LOCALBASE}|" \ > ${WRKSRC}/hotspot/src/os/bsd/vm/os_bsd.cpp >@@ -180,4 +186,4 @@ post-install: > # Register the VM > "${LOCALBASE}/bin/registervm" "${INSTALLDIR}/bin/java # OpenJDK${JDK_MAJOR_VERSION}" > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 186956
: 140398