mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/opensips to 2.1.0-4
This commit is contained in:
parent
d23c9811d4
commit
36ebe7b3fd
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=opensips
|
||||
pkgver=2.1.0
|
||||
pkgrel=2
|
||||
pkgrel=4
|
||||
pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, location server, redirect server ..."
|
||||
url="http://www.opensips.org"
|
||||
depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
|
||||
|
@ -52,7 +52,7 @@ prepare() {
|
|||
patch -p1 -i ../arm.patch
|
||||
}
|
||||
|
||||
_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 proto_tls tlsops db_http httpd"
|
||||
_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 proto_tls tlsops db_http httpd tm rr"
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver/
|
||||
|
|
Loading…
Reference in a new issue