From 8b5d6a96c551d013128e71d93f4dada44953f3cd Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 25 May 2018 17:19:42 +0200 Subject: [PATCH] add openbsc.deps to allow building legacy openbsc.git as well --- default.opts | 1 + iu.opts | 1 + openbsc.deps | 8 ++++++++ sanitize.opts | 1 + 4 files changed, 11 insertions(+) create mode 100644 openbsc.deps diff --git a/default.opts b/default.opts index 61c9450..7181f58 100644 --- a/default.opts +++ b/default.opts @@ -1 +1,2 @@ osmo-msc --enable-smpp +openbsc --enable-smpp --enable-osmo-bsc --enable-nat diff --git a/iu.opts b/iu.opts index a96a1bc..bb58742 100644 --- a/iu.opts +++ b/iu.opts @@ -1,2 +1,3 @@ osmo-msc --enable-iu osmo-sgsn --enable-iu +openbsc --enable-iu diff --git a/openbsc.deps b/openbsc.deps new file mode 100644 index 0000000..f49e6a1 --- /dev/null +++ b/openbsc.deps @@ -0,0 +1,8 @@ +# project build these first +libosmocore +libosmo-abis libosmocore +libosmo-netif libosmo-abis +libsmpp34 +osmo-ggsn libosmocore +osmo-sgsn libosmo-netif osmo-ggsn +openbsc libosmo-netif libsmpp34 diff --git a/sanitize.opts b/sanitize.opts index 7363913..40675be 100644 --- a/sanitize.opts +++ b/sanitize.opts @@ -11,3 +11,4 @@ osmo-iuh --enable-sanitize osmo-mgw --enable-sanitize osmo-msc --enable-sanitize osmo-sgsn --enable-sanitize +openbsc --enable-sanitize