mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
extra/xvidcore: dissable non-PIC assembly
This commit is contained in:
parent
b4bf233cc7
commit
732913fda4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user