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