opal: Rebuilt to fix misterious broken link

It has a broken link to libsrtp, which was not even a dependency. I rebuilt the package, and even if
I install libsrtp prior to building, the resulting .so does not link to it.
This commit is contained in:
Adrian Chaves (Gallaecio) 2016-09-24 21:55:30 +02:00
parent fcc18a9883
commit dcd5dd7d67

View File

@ -1,6 +1,6 @@
pkgname=opal pkgname=opal
pkgver=3.16.2 pkgver=3.16.2
pkgrel=1 pkgrel=2
pkgdesc="Open Phone Abstraction Library" pkgdesc="Open Phone Abstraction Library"
arch=('x86_64') arch=('x86_64')
url="http://www.opalvoip.org/" url="http://www.opalvoip.org/"
@ -12,7 +12,7 @@ sha1sums=('786d0bb251bd14adcdf62703b12440d9ee7ce6cb')
build() { build() {
cd $srcdir/$pkgname-$pkgver cd $srcdir/$pkgname-$pkgver
CFLAGS+=" -fPIC" \
./configure \ ./configure \
--localstatedir=/var \ --localstatedir=/var \
--prefix=/usr \ --prefix=/usr \