mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/opensips to 2.1.1-1
This commit is contained in:
parent
9a625107ae
commit
4d5f8ac988
1 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
|||
# - patch to fix building on ARM
|
||||
|
||||
pkgname=opensips
|
||||
pkgver=2.1.0
|
||||
pkgrel=4
|
||||
pkgver=2.1.1
|
||||
pkgrel=1
|
||||
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')
|
||||
|
@ -30,7 +30,7 @@ source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}.tar.gz
|
|||
remove-inline.patch
|
||||
opensips.service
|
||||
arm.patch)
|
||||
md5sums=('68375c1b6cb546ad2c036b5a1c5b31b9'
|
||||
md5sums=('ea7b3d394eb7461e172af4b900f19b70'
|
||||
'3771f5720c54c7fe3326611f9b57013d'
|
||||
'35cdcb3692f6925236fd5fe7e9484c58'
|
||||
'dc8d8f992e4e5ca24f740a046252fd2e')
|
||||
|
@ -47,7 +47,7 @@ prepare() {
|
|||
sed -i 's|sbin|bin|g' Makefile
|
||||
sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
|
||||
|
||||
patch -p1 <$srcdir/remove-inline.patch
|
||||
# patch -p1 <$srcdir/remove-inline.patch
|
||||
|
||||
patch -p1 -i ../arm.patch
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue