lshw: disable parallel build, broke on cross.
This commit is contained in:
parent
02470705ce
commit
6e40ffa200
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'lshw'.
|
# Template build file for 'lshw'.
|
||||||
pkgname=lshw
|
pkgname=lshw
|
||||||
version=B.02.18
|
version=B.02.18
|
||||||
revision=5
|
revision=6
|
||||||
makedepends="gtk+-devel libglade-devel sqlite-devel"
|
makedepends="gtk+-devel libglade-devel sqlite-devel"
|
||||||
hostmakedepends="docbook2x pkg-config"
|
hostmakedepends="docbook2x pkg-config"
|
||||||
short_desc="Hardware lister application"
|
short_desc="Hardware lister application"
|
||||||
|
@ -19,7 +19,7 @@ do_build() {
|
||||||
esac
|
esac
|
||||||
sed -i 's,CXXFLAGS=,CXXFLAGS += ,g; s,LDFLAGS=,LDFLAGS += ,g' \
|
sed -i 's,CXXFLAGS=,CXXFLAGS += ,g; s,LDFLAGS=,LDFLAGS += ,g' \
|
||||||
src/Makefile src/gui/Makefile
|
src/Makefile src/gui/Makefile
|
||||||
make CC=$CC CXX=$CXX PREFIX=/usr SBINDIR=/usr/bin ${makejobs} all gui
|
make CC=$CC CXX=$CXX PREFIX=/usr SBINDIR=/usr/bin all gui
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install install-gui
|
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install install-gui
|
||||||
|
|
Loading…
Reference in a new issue