dev86: fixed build with certain hardware (FS#949)

This commit is contained in:
Jose V Beneyto 2013-10-14 13:54:01 +02:00
parent e0230e5803
commit 78311401f9
2 changed files with 7 additions and 5 deletions

View File

@ -1 +1,2 @@
442e98e1afa23fe00d40c5a996385942 Dev86src-0.16.19.tar.gz
3c8d67a6e21c3df77d13a273ab5608b1 dev86-copt.patch

View File

@ -7,16 +7,17 @@
name=dev86
version=0.16.19
release=1
source=(http://www.debath.co.uk/$name/Dev86src-$version.tar.gz)
# \ $name-$version.patch)
source=(http://www.debath.co.uk/$name/Dev86src-$version.tar.gz \
$name-copt.patch)
build() {
cd $name-$version
patch -p0 -i $SRC/$name-copt.patch
echo quit | make -j1 PREFIX=/usr GCCFLAG="$CFLAGS"
make -j1 install-all DIST=$PKG
rm -f $PKG/usr/bin/{as,ld,nm,objdump,size}86
rm -f $PKG/usr/man/man1/{as,ld}86.1
}