gnu: icedtea6: Do not set CC and LD_LIBRARY_PATH.
* gnu/packages/java.scm (icedtea6)[arguments]: Do not set CC and LD_LIBRARY_PATH variables.
This commit is contained in:
parent
3893c80a88
commit
18f3c3209d
|
@ -291,7 +291,6 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
|||
(let* ((gcjdir (assoc-ref %build-inputs "gcj"))
|
||||
(gcjlib (string-append gcjdir "/lib"))
|
||||
(antpath (string-append (getcwd) "/../apache-ant-1.9.4")))
|
||||
(setenv "CC" (which "gcc"))
|
||||
(setenv "CPATH"
|
||||
(string-append (assoc-ref %build-inputs "libxrender")
|
||||
"/include/X11/extensions" ":"
|
||||
|
@ -309,8 +308,6 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
|||
(setenv "ALT_FREETYPE_LIB_PATH"
|
||||
(string-append (assoc-ref %build-inputs "freetype")
|
||||
"/lib"))
|
||||
(setenv "LD_LIBRARY_PATH"
|
||||
(string-append antpath "/lib" ":" gcjlib))
|
||||
(setenv "PATH" (string-append antpath "/bin:"
|
||||
(getenv "PATH")))))
|
||||
(alist-cons-before
|
||||
|
|
Loading…
Reference in New Issue