mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
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:
parent
fcc18a9883
commit
dcd5dd7d67
@ -1,6 +1,6 @@
|
||||
pkgname=opal
|
||||
pkgver=3.16.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Open Phone Abstraction Library"
|
||||
arch=('x86_64')
|
||||
url="http://www.opalvoip.org/"
|
||||
@ -12,7 +12,7 @@ sha1sums=('786d0bb251bd14adcdf62703b12440d9ee7ce6cb')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
||||
CFLAGS+=" -fPIC" \
|
||||
./configure \
|
||||
--localstatedir=/var \
|
||||
--prefix=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user