Merge pull request #48675 from veprbl/pr/xfitter_fix
xfitter: runtime fixes
This commit is contained in:
@@ -11,9 +11,11 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
patches = [
|
||||
./calling_convention.patch
|
||||
./undefined_behavior.patch
|
||||
];
|
||||
|
||||
CXXFLAGS = "-Werror=return-type";
|
||||
|
||||
preConfigure =
|
||||
# Fix F77LD to workaround for a following build error:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user