On Fri, May 29, 2020 at 5:22 PM Matthias Kilian <k...@outback.escape.de> wrote: > this is mainly for getting rid of overriding things via CONFIGURE_ENV > and CFLAGS in favor of patching aclocal.m4 and configure.ac (and > running autoconf), which may help getting this merged upstream. > > It also kills some left-over -fno-pie which came from > patches/patch-configure. > > I decided to drop the clang-specific > > -Wno-unused-command-line-argument -Wno-expansion-to-defined > > for now, because the warnings, although a little bit annoying, are > harmless, and because this should be fixed elsewhere -- it's not > specific to OpenBSD. > > Tested on amd64 *and* i386 this time, by building all the hs ports > and also by giving ghci a quick try. > > Does this make sense?
LGTM Tested on amd64 by rebuilding xmonad with its dependencies (using cabal). Thanks Greg