cdparanoia: unbreak x86 builds; disable -jX.
This commit is contained in:
parent
e3a4608ced
commit
dd2c2909c3
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cdparanoia'.
|
# Template file for 'cdparanoia'.
|
||||||
pkgname=cdparanoia
|
pkgname=cdparanoia
|
||||||
version=10.2
|
version=10.2
|
||||||
revision=8
|
revision=9
|
||||||
wrksrc="${pkgname}-III-${version}"
|
wrksrc="${pkgname}-III-${version}"
|
||||||
hostmakedepends="libtool automake"
|
hostmakedepends="libtool automake"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -15,12 +15,13 @@ distfiles="http://downloads.xiph.org/releases/$pkgname/$pkgname-III-$version.src
|
||||||
checksum=005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df
|
checksum=005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df
|
||||||
|
|
||||||
CFLAGS="-fPIC"
|
CFLAGS="-fPIC"
|
||||||
|
disable_parallel_build=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make prefix=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install
|
make prefix=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man LIBDIR=${DESTDIR}/usr/lib install
|
||||||
}
|
}
|
||||||
|
|
||||||
cdparanoia-devel_package() {
|
cdparanoia-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue