pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41540?usp=email )

Change subject: debian: build with --enable-tcap-loadsharing
......................................................................

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(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved




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 https://gerrit.osmocom.org/c/libosmo-sigtran/+/41540?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I898ea7be265c40e603c386925bdd7d10b06e2f88
Gerrit-Change-Number: 41540
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to