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:
parent
c0518e6777
commit
4858f3307e
@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
|
|||||||
CXX=$(type -p g++)
|
CXX=$(type -p g++)
|
||||||
FC="${gfortran}/bin/gfortran" F77="${gfortran}/bin/gfortran"
|
FC="${gfortran}/bin/gfortran" F77="${gfortran}/bin/gfortran"
|
||||||
JAVA_HOME="${jdk}"
|
JAVA_HOME="${jdk}"
|
||||||
LDFLAGS="-L${gfortran.cc}/lib"
|
|
||||||
RANLIB=$(type -p ranlib)
|
RANLIB=$(type -p ranlib)
|
||||||
R_SHELL="${stdenv.shell}"
|
R_SHELL="${stdenv.shell}"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user