aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-11 10:01:03 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-11 10:01:03 +0200
commited5b6e8e3f0d580eb54248bae74b9746bb82cda6 (patch)
tree031f28048bf4440ba7d1ff77dc146f58b9d03e07
parentb4cdfa95632c87481e3783a740d475b721ca17b9 (diff)
build.sh: osmo-msc depends on libdbi-drivers-dbd-sqlite3
-rwxr-xr-xrpm-local/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/rpm-local/build.sh b/rpm-local/build.sh
index d06ca00..53f984b 100755
--- a/rpm-local/build.sh
+++ b/rpm-local/build.sh
@@ -152,6 +152,10 @@ build_pkg_other "ortp" "ortp/ortp-0.24.2.tar.gz"
build_pkg_other "python-cheetah"
build_pkg_other "uhd"
+# libdbi-drivers-dbd-sqlite3 (dependency of osmo-msc)
+build_pkg_other "libdbi" "libdbi/libdbi-0.9.0.g33.tar.xz"
+build_pkg_other "libdbi-drivers" "libdbi-drivers/libdbi-drivers-0.9.0.g55.tar.xz"
+
# limesuite (dependency of osmo-bts)
# needs wxwidgets
# build_pkg_other "limesuite" "limesuite/limesuite-20.01.0.tar.xz"