This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/4521
to look at the new patch set (#3).
Debian: Build with enabled SMPP support
Change-Id: Ibab5ede36cf329620a66b7811c43cc73c7135ecd
---
M debian/control
M debian/rules
2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/21/4521/3
diff --git a/debian/control b/debian/control
index f6ea826..722a1bc 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@
libdbi-dev,
libtalloc-dev,
libssl-dev,
+ libsmpp34-dev,
libasn1c-dev,
libosmocore-dev,
libosmo-sccp-dev,
diff --git a/debian/rules b/debian/rules
index 277d7a4..15e79da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@
# debmake generated override targets
# Set options for ./configure
-CONFIGURE_FLAGS += --enable-iu
+CONFIGURE_FLAGS += --enable-iu --enable-smpp
override_dh_auto_configure:
dh_auto_configure -- $(CONFIGURE_FLAGS)
#
--
To view, visit https://gerrit.osmocom.org/4521
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibab5ede36cf329620a66b7811c43cc73c7135ecd
Gerrit-PatchSet: 3
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder