gnu: icedtea-6: Build with gcc-4.9.
* gnu/packages/java.scm (icedtea-6)[native-inputs]: Add gcc-4.9 and libnsl.
This commit is contained in:
parent
a82eefe65a
commit
bcb078a4dc
|
@ -61,6 +61,7 @@
|
|||
#:use-module (gnu packages libffi)
|
||||
#:use-module (gnu packages linux) ;alsa
|
||||
#:use-module (gnu packages maths)
|
||||
#:use-module (gnu packages onc-rpc)
|
||||
#:use-module (gnu packages web)
|
||||
#:use-module (gnu packages wget)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
|
@ -848,6 +849,7 @@ machine.")))
|
|||
("fastjar" ,fastjar)
|
||||
("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
("gcc" ,gcc-4.9) ; there's a segmentation fault when compiling with gcc-5 or gcc-7
|
||||
("gtk" ,gtk+-2)
|
||||
("gawk" ,gawk)
|
||||
("giflib" ,giflib)
|
||||
|
@ -855,6 +857,7 @@ machine.")))
|
|||
("jamvm" ,jamvm)
|
||||
("lcms" ,lcms)
|
||||
("libjpeg" ,libjpeg)
|
||||
("libnsl" ,libnsl)
|
||||
("libpng" ,libpng)
|
||||
("libtool" ,libtool)
|
||||
("libx11" ,libx11)
|
||||
|
|
Loading…
Reference in New Issue