Author: sparky Date: Tue Nov 7 14:30:58 2006 GMT Module: SPECS Tag: DEVEL ---- Log message: - added iquote patch, requires to use gcc as assembler
---- Files affected: SPECS: mol.spec (1.39.2.4 -> 1.39.2.5) ---- Diffs: ================================================================ Index: SPECS/mol.spec diff -u SPECS/mol.spec:1.39.2.4 SPECS/mol.spec:1.39.2.5 --- SPECS/mol.spec:1.39.2.4 Tue Nov 7 05:23:12 2006 +++ SPECS/mol.spec Tue Nov 7 15:30:53 2006 @@ -27,6 +27,7 @@ Source0: http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/%{name}-%{version}.tar.bz2 # Source0-md5: 3eaa51927191b03b06828609a1122307 #Source1: mol.init +Patch0: %{name}-iquote.patch URL: http://www.maconlinux.org/ #BuildRequires: XFree86-devel BuildRequires: autoconf @@ -94,6 +95,7 @@ %prep %setup -q +%patch0 -p1 echo 'obj-m := sheep.o' > src/netdriver/Makefile.26 sed -i 's@ \./configure @ true @' config/Makefile.master @@ -138,10 +140,12 @@ EOF %build +rm config/configure/configure %{__make} configure cd obj-ppc/config CPPFLAGS="-I/usr/include/ncurses"; export CPPFLAGS %configure \ + AS="%{__cc} -c" \ %if %{with minimal} --disable-alsa \ --disable-png \ @@ -153,7 +157,6 @@ %{__make} defconfig %if %{with userspace} -sed -i 's/<curses.h>/"curses.h"/' -i src/debugger/deb/{cmdline.c,monitor.c} %{__make} \ NCURSES_INCLUDES="-I/usr/include/ncurses" \ prefix=%{_prefix} \ @@ -323,6 +326,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39.2.5 2006/11/07 14:30:53 sparky +- added iquote patch, requires to use gcc as assembler + Revision 1.39.2.4 2006/11/07 04:23:12 sparky - TERM=dumb, colors look awful in buildlogs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mol.spec?r1=1.39.2.4&r2=1.39.2.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
