mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: icedtea-8: Remove commented configure flag.
* gnu/packages/java.scm (icedtea-8)[arguments]: Remove commented conflicting configure flag.
This commit is contained in:
parent
a53b898d2f
commit
a82ac2c74f
1 changed files with 0 additions and 1 deletions
|
@ -1901,7 +1901,6 @@ (define-public icedtea-8
|
|||
`(let ((jdk (assoc-ref %build-inputs "jdk")))
|
||||
`("CFLAGS=-fcommon"
|
||||
"CXXFLAGS=-fcommon"
|
||||
;;"--disable-bootstrap"
|
||||
"--enable-bootstrap"
|
||||
"--enable-nss"
|
||||
,(string-append "--with-parallel-jobs="
|
||||
|
|
Loading…
Reference in a new issue