mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
build: iu: use libosmo-sccp tag 'old_sua'
libosmo-sccp master is moving ahead, openbsc --enable-iu needs an older version. Change-Id: Id74a802fd2ca65f4b6c2079550fbb6b0af3e8340
This commit is contained in:
@@ -17,9 +17,13 @@ osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
|
|||||||
export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
|
export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||||
export LD_LIBRARY_PATH="$inst/lib"
|
export LD_LIBRARY_PATH="$inst/lib"
|
||||||
|
|
||||||
|
if [ "x$IU" = "x--enable-iu" ]; then
|
||||||
|
sccp_branch="old_sua"
|
||||||
|
fi
|
||||||
|
|
||||||
osmo-build-dep.sh libosmo-abis
|
osmo-build-dep.sh libosmo-abis
|
||||||
osmo-build-dep.sh libosmo-netif
|
osmo-build-dep.sh libosmo-netif
|
||||||
osmo-build-dep.sh libosmo-sccp
|
osmo-build-dep.sh libosmo-sccp $sccp_branch
|
||||||
PARALLEL_MAKE="" osmo-build-dep.sh libsmpp34
|
PARALLEL_MAKE="" osmo-build-dep.sh libsmpp34
|
||||||
osmo-build-dep.sh openggsn
|
osmo-build-dep.sh openggsn
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user