packages: ghc/ghc.spec - fix ncurses problems - parallel build stopped working
baggins
baggins at pld-linux.org
Thu Apr 8 17:30:09 CEST 2010
Author: baggins Date: Thu Apr 8 15:30:09 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- fix ncurses problems
- parallel build stopped working
---- Files affected:
packages/ghc:
ghc.spec (1.104 -> 1.105)
---- Diffs:
================================================================
Index: packages/ghc/ghc.spec
diff -u packages/ghc/ghc.spec:1.104 packages/ghc/ghc.spec:1.105
--- packages/ghc/ghc.spec:1.104 Thu Apr 8 16:14:51 2010
+++ packages/ghc/ghc.spec Thu Apr 8 17:30:04 2010
@@ -125,6 +125,9 @@
%build
%{__autoconf}
+cd libraries/terminfo
+%{__autoconf}
+cd -
cat <<'EOF' > mk/build.mk
#GhcStage1HcOpts += -O0 -Wall
@@ -171,7 +174,6 @@
--target=%{_target_platform} \
--prefix=%{_prefix} \
--with-gcc="%{__cc}" \
- --with-curses-includes=/usr/include/ncursesw \
%if %{with bootstrap}
GhcPkgCmd=$top/bindist/bin/ghc-pkg \
%endif
@@ -184,7 +186,7 @@
--with-hc=$PWD/bindist/ghc/dist-stage2/build/ghc/ghc \
%endif
-%{__make}
+%{__make} -j1
%if %{with doc}
%{__make} html
@@ -855,6 +857,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.105 2010/04/08 15:30:04 baggins
+- fix ncurses problems
+- parallel build stopped working
+
Revision 1.104 2010/04/08 14:14:51 baggins
- updated md5sum
- removed obsolete patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghc/ghc.spec?r1=1.104&r2=1.105&f=u
More information about the pld-cvs-commit
mailing list