[arch-commits] Commit in opensips/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon May 25 15:04:35 UTC 2015


    Date: Monday, May 25, 2015 @ 17:04:34
  Author: spupykin
Revision: 134062

Modified:
  opensips/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-25 14:25:16 UTC (rev 134061)
+++ PKGBUILD	2015-05-25 15:04:34 UTC (rev 134062)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 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')
@@ -24,8 +24,10 @@
 install=opensips.install
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}.tar.gz
+	remove-inline.patch
 	opensips.service)
 md5sums=('68375c1b6cb546ad2c036b5a1c5b31b9'
+         '3771f5720c54c7fe3326611f9b57013d'
          '35cdcb3692f6925236fd5fe7e9484c58')
 
 prepare() {
@@ -39,9 +41,11 @@
 
   sed -i 's|sbin|bin|g' Makefile
   sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
+
+  patch -p1 <$srcdir/remove-inline.patch
 }
 
-_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 proto_tls tlsops"
+_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 proto_tls tlsops db_http httpd"
 
 build() {
   cd $srcdir/$pkgname-$pkgver/



More information about the arch-commits mailing list