GHC documentation for details. The most import change is that this package (which has been broken since the conversion from a.out to ELF) has been re-ported to NetBSD by Urban Boquist, boquist@crt.se.
14 lines
368 B
Text
14 lines
368 B
Text
$NetBSD: patch-ao,v 1.1 2003/04/29 11:27:48 augustss Exp $
|
|
|
|
--- ./hslibs/util/util.conf.in.orig Sun Feb 17 16:22:11 2002
|
|
+++ ./hslibs/util/util.conf.in Fri Mar 28 23:48:02 2003
|
|
@@ -35,5 +35,8 @@
|
|
],
|
|
extra_ghc_opts = [],
|
|
extra_cc_opts = [],
|
|
- extra_ld_opts = []
|
|
+ extra_ld_opts = [
|
|
+ ExtraLdOptsReadline
|
|
+ "" /* handle final comma... */
|
|
+ ]
|
|
}
|