[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/21: gnu: icedtea-8: Remove commented configure flag.
From: |
guix-commits |
Subject: |
17/21: gnu: icedtea-8: Remove commented configure flag. |
Date: |
Sat, 18 Dec 2021 05:15:48 -0500 (EST) |
rekado pushed a commit to branch wip-java-bootstrap-simplify
in repository guix.
commit 71ca8cf2d2392293102a58e5198b81f67828e3cb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 17 23:35:54 2021 +0100
gnu: icedtea-8: Remove commented configure flag.
* gnu/packages/java.scm (icedtea-8)[arguments]: Remove commented conflicting
configure flag.
---
gnu/packages/java.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 0728998..50c4079 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1901,7 +1901,6 @@ IcedTea build harness.")
`(let ((jdk (assoc-ref %build-inputs "jdk")))
`("CFLAGS=-fcommon"
"CXXFLAGS=-fcommon"
- ;;"--disable-bootstrap"
"--enable-bootstrap"
"--enable-nss"
,(string-append "--with-parallel-jobs="
- 01/21: gnu: jamvm: Simplify snippet., (continued)
- 01/21: gnu: jamvm: Simplify snippet., guix-commits, 2021/12/18
- 03/21: gnu: ecj-javac-wrapper: Remove rt.jar from classpath., guix-commits, 2021/12/18
- 04/21: gnu: ecj-javac-wrapper: Remove trailing #T., guix-commits, 2021/12/18
- 07/21: gnu: ecj-javac-wrapper-final: Use new style for inputs., guix-commits, 2021/12/18
- 08/21: gnu: Add ecj4-bootstrap., guix-commits, 2021/12/18
- 09/21: gnu: Add ecj4-javac-wrapper., guix-commits, 2021/12/18
- 14/21: gnu: icedtea-7: Use system lcms and pcsc., guix-commits, 2021/12/18
- 19/21: gnu: icedtea-8: Remove trailing #T from build phases., guix-commits, 2021/12/18
- 21/21: gnu: icedtea-8: Update to 3.19.0., guix-commits, 2021/12/18
- 10/21: gnu: Add jamvm-with-ecj4., guix-commits, 2021/12/18
- 17/21: gnu: icedtea-8: Remove commented configure flag.,
guix-commits <=
- 13/21: gnu: icedtea-7: Bind INPUTS in 'patch-paths build phase., guix-commits, 2021/12/18
- 15/21: gnu: icedtea-7: Import missing module for read-line., guix-commits, 2021/12/18
- 16/21: gnu: icedtea-7: Build with ECJ 4, Jamvm, and GNU Classpath., guix-commits, 2021/12/18
- 18/21: gnu: Remove icedtea-6., guix-commits, 2021/12/18
- 20/21: gnu: icedtea-8: Simplify source snippet., guix-commits, 2021/12/18
- 12/21: gnu: icedtea-7: Remove trailing #T., guix-commits, 2021/12/18
- 11/21: gnu: icedtea-7: Run tests conditionally., guix-commits, 2021/12/18