9
0
Fork 0

Use verify_value_string_arrays_are_terminated from osmo-ci

verify_value_string_arrays_are_terminated has recently been moved
from libosmocore.git to osmo-ci.git and the person doing this seems
to have forgotten to update openbsc.git

Change-Id: Ibe4a7f71d2557dfee94803e909dabb00d2ce10af
This commit is contained in:
Harald Welte 2017-08-26 09:26:05 +02:00
parent 6270059e14
commit 8560d5d616
1 changed files with 2 additions and 3 deletions

View File

@ -17,9 +17,7 @@ export deps inst
mkdir "$deps" || true
rm -rf "$inst"
osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
"$deps"/libosmocore/contrib/verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
export LD_LIBRARY_PATH="$inst/lib"
@ -29,6 +27,7 @@ if [ "x$IU" = "x--enable-iu" ]; then
osmo_iuh_branch="old_sua"
fi
osmo-build-dep.sh libosmocore
osmo-build-dep.sh libosmo-abis
osmo-build-dep.sh libosmo-netif
osmo-build-dep.sh libosmo-sccp $sccp_branch