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 @@ IcedTea build harness.")
|
||||||
`(let ((jdk (assoc-ref %build-inputs "jdk")))
|
`(let ((jdk (assoc-ref %build-inputs "jdk")))
|
||||||
`("CFLAGS=-fcommon"
|
`("CFLAGS=-fcommon"
|
||||||
"CXXFLAGS=-fcommon"
|
"CXXFLAGS=-fcommon"
|
||||||
;;"--disable-bootstrap"
|
|
||||||
"--enable-bootstrap"
|
"--enable-bootstrap"
|
||||||
"--enable-nss"
|
"--enable-nss"
|
||||||
,(string-append "--with-parallel-jobs="
|
,(string-append "--with-parallel-jobs="
|
||||||
|
|
Reference in a new issue