FreeBSD Bugzilla – Attachment 184240 Details for
Bug 220612
Fix java/bouncycastle15 on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build on armv6
bouncycastle15.patch (text/plain), 860 bytes, created by
Gerrit Beine
on 2017-07-10 20:00:34 UTC
(
hide
)
Description:
Fix build on armv6
Filename:
MIME Type:
Creator:
Gerrit Beine
Created:
2017-07-10 20:00:34 UTC
Size:
860 bytes
patch
obsolete
>diff -Nur java/bouncycastle15/Makefile /build/poudriere/ports/default/java/bouncycastle15/Makefile >--- java/bouncycastle15/Makefile 2017-07-10 20:24:22.364931000 +0200 >+++ /build/poudriere/ports/default/java/bouncycastle15/Makefile 2017-07-10 20:23:35.507295000 +0200 >@@ -47,6 +47,15 @@ > > .include <bsd.port.options.mk> > >+post-patch: >+# Forking with Ant results in "This command is not for general use and should >+# only be run as the result of a call to ProcessBuilder.start() or >+# Runtime.exec() in a java application" with openjdk8 on armv6 >+.if ${ARCH} == "armv6" >+ @${REINPLACE_CMD} 's,fork="true",,' ${WRKSRC}/ant/bc+-build.xml >+ @${REINPLACE_CMD} 's,fork="yes",,' ${WRKSRC}/ant/bc+-build.xml >+.endif >+ > do-install: > .for jar in ${JARS} > ${INSTALL_DATA} ${WRKSRC}/build/artifacts/jdk${JDKMVERSION}/jars/${jar}-jdk${JDKNVERSION}on-${DVERSION}.jar \
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 220612
: 184240 |
184241