X-Git-Url: https://git.tld-linux.org/?p=packages%2Fghc.git;a=blobdiff_plain;f=build.patch;fp=build.patch;h=e42349020c97b66bc5c7f470d561fc3591bf14e2;hp=0000000000000000000000000000000000000000;hb=9429bba41e65f6da4bac83ad70c061ef939f57e4;hpb=e16e56b007134db40e0590ba2306285cce8cb3cf diff --git a/build.patch b/build.patch new file mode 100644 index 0000000..e423490 --- /dev/null +++ b/build.patch @@ -0,0 +1,11 @@ +--- ghc-8.8.2/configure.ac~ 2020-01-12 23:14:36.000000000 +0100 ++++ ghc-8.8.2/configure.ac 2020-01-19 16:08:44.055164413 +0100 +@@ -228,7 +228,7 @@ then + echo "This GHC (${WithGhc}) does not generate code for the build platform" + echo " GHC target platform : $bootstrap_target" + echo " Desired build platform : $BuildPlatform" +- exit 1 ++ #exit 1 + fi + + # Testing if we shall enable shared libs support on Solaris.