R: fix build after splitting gfortran.lib

The extra flag was causing static libraries to be found (and used)
before dynamic ones. /cc #12085
This commit is contained in:
Vladimír Čunát 2016-01-10 09:18:24 +01:00
parent c0518e6777
commit 4858f3307e

View file

@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
CXX=$(type -p g++)
FC="${gfortran}/bin/gfortran" F77="${gfortran}/bin/gfortran"
JAVA_HOME="${jdk}"
LDFLAGS="-L${gfortran.cc}/lib"
RANLIB=$(type -p ranlib)
R_SHELL="${stdenv.shell}"
)