mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:27:15 +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
|
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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user