osmith has uploaded this change for review.
debian: build with --enable-tcap-loadsharing
Enable the feature by default in the Osmocom debian packaging, so we can
test it with osmo-ttcn3-hacks.
Change-Id: I898ea7be265c40e603c386925bdd7d10b06e2f88
---
M debian/control
M debian/rules
2 files changed, 8 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/40/41540/1
diff --git a/debian/control b/debian/control
index 7a89ff0..1c821c6 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@
git,
doxygen,
libdpkg-perl,
+ libosmo-asn1-tcap-dev,
libosmo-netif-dev (>= 1.6.0),
libsctp-dev,
osmo-gsm-manuals-dev (>= 1.6.0)
@@ -72,6 +73,7 @@
Depends: ${misc:Depends},
libosmo-sigtran11 (= ${binary:Version}),
libosmocore-dev,
+ libosmo-asn1-tcap-dev,
libosmo-netif-dev
Description: Development headers for the Osmocom SIGTRAN library
libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality,
diff --git a/debian/rules b/debian/rules
index 5f6af30..1fe2437 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,12 @@
# enable-static: we require the tests to link to the static libosmo-sigtran
# library to access symbols not starting with osmo_*
override_dh_auto_configure:
- dh_auto_configure -- --enable-static --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals
+ dh_auto_configure -- \
+ --enable-manuals \
+ --enable-static \
+ --enable-tcap-loadsharing \
+ --with-systemdsystemunitdir=/lib/systemd/system \
+ $(NULL)
# Print test results in case of a failure
override_dh_auto_test:
To view, visit change 41540. To unsubscribe, or for help writing mail filters, visit settings.