aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-11 11:20:20 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-11 11:20:20 +0200
commit9a8f1dff1ecf113de937f0700093277a4a61ee85 (patch)
tree4f48d65cd16e2eff5a22cb48a3a5c9a7077ce735
parent444b4fee765150c820ec27d4e42d7ae30c1a5b6a (diff)
build.sh: disable gapk
-rwxr-xr-xrpm-local/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpm-local/build.sh b/rpm-local/build.sh
index 30f9806..86620e6 100755
--- a/rpm-local/build.sh
+++ b/rpm-local/build.sh
@@ -192,7 +192,8 @@ build_pkg_osmo "osmo-sgsn"
build_pkg_osmo "osmo-sip-connector"
# Other
-build_pkg_osmo "gapk"
+# needs: libgsm-devel, libopencore-amr-devel
+# build_pkg_osmo "gapk"
build_pkg_osmo "osmocom-bb"
build_pkg_osmo "osmo-cbc"
build_pkg_osmo "osmo-e1d"