mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/kamailio: fix patch for sqlite kamctl
This commit is contained in:
parent
9e360adfd6
commit
c151816ca2
@ -39,7 +39,7 @@ index 0f2643b..8b0f790 100644
|
||||
+ if [ "$(SQLITEON)" = "yes" ]; then \
|
||||
+ mkdir -p $(modules_prefix)/$(lib_dir)/kamctl ; \
|
||||
+ sed -e "s#/usr/local/sbin#$(bin_target)#g" \
|
||||
+ < kamctl.pgsql > /tmp/kamctl.sqlite ; \
|
||||
+ < kamctl.sqlite > /tmp/kamctl.sqlite ; \
|
||||
+ $(INSTALL_CFG) /tmp/kamctl.sqlite \
|
||||
+ $(modules_prefix)/$(lib_dir)/kamctl/kamctl.sqlite ; \
|
||||
+ rm -fr /tmp/kamctl.sqlite ; \
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=kamailio
|
||||
pkgver=3.1.4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Open Source SIP Server"
|
||||
url="http://www.kamailio.org/"
|
||||
pkgusers="kamailio"
|
||||
@ -184,4 +184,4 @@ c0dc4e13d9e57feb99f016d3ee443c0b kamailio.initd
|
||||
8454687f047f703c5cb443db3a0003a8 kamailio-3.1-backslash.patch
|
||||
199df21eaa4856dcacdcc438f72765f1 sqlite.patch
|
||||
9611a1246bc522cbfa5d8d99b3a55ac8 0001-utils-add-sqlite-support-to-kamctl-kamdbctl.patch
|
||||
bc92b472c843e01f4c16bf0078bfae27 0001-utils-Install-the-sqlite-scripts.patch"
|
||||
8751c968e57d7c1bd7342d83d5a8d48d 0001-utils-Install-the-sqlite-scripts.patch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user