extra/xvidcore: dissable non-PIC assembly

This commit is contained in:
Natanael Copa 2009-07-13 08:41:01 +00:00
parent b4bf233cc7
commit 732913fda4

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xvidcore
pkgver=1.2.1
pkgrel=0
pkgrel=1
pkgdesc="XviD is an open source MPEG-4 video codec"
url="http://www.xvid.org/"
license="GPL"
@ -13,7 +13,8 @@ source="http://downloads.xvid.org/downloads/$pkgname-$pkgver.tar.bz2"
build ()
{
cd "$srcdir"/$pkgname/build/generic
./configure --prefix=/usr
./configure --prefix=/usr \
--disable-assembly
make || return 1
make DESTDIR="$pkgdir" install
cd "$pkgdir"/usr/lib