diff mbox

Add SMPP support in the debian build, include libsmpp34-dev as a dependency.

Message ID 55DC4691.5020301@autistici.org
State Accepted
Headers show

Commit Message

Ciaby Aug. 25, 2015, 10:42 a.m. UTC
This is the last out-of-tree patch that we're still using to package
OpenBSC in Rhizomatica. Adding SMPP support in the Debian packages
shouldn't be an issue, right?
Cheers

Ciaby

Comments

Ciaby Sept. 14, 2015, 1:36 p.m. UTC | #1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On 08/25/2015 12:42 PM, Ciaby wrote:
> This is the last out-of-tree patch that we're still using to
> package OpenBSC in Rhizomatica. Adding SMPP support in the Debian
> packages shouldn't be an issue, right?
Any feedback on this one? :)
Cheers

Ciaby


-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJV9s06AAoJEPU83OtbD4fQkncP/jhgWwuSGTsB08QTAvIbCIM8
Wm/cfffK2HIqF4h0EPwMo5rdOdBTOi1n3pKAabg1BteMHSNYFrKV5YHmSLQ2gmYL
J8wGJUsvsu2Bly+4qa4CMbZ8OXA8sVi6AFXcDiqIVi0Tnu4JiOVydbLCG1hBeEGh
XYNAHCJtcTP+hOvqrb+o3Vb2ZixS6mA/T7vTWnzAxQW2cSrQY2LfqVZPQOVi9/j/
VMmi6PzPDO1/REZnwg2KX6rJOWR+MrL1VVRthv0Se/o/EV0aIXkqpd6iqttJ+KLJ
oEQA8VYyPPunj+7zT0C56FAg8n8TMNNdJkAtgvXh+XVQgii0vYDlMx6W8FD/7OvI
23GBYf5jrMBrnRStP7ZRORBzDyDecoSmBXcW2McEv1QM3/GFTaDK1AQWtYksNr4/
VujTEI2Kgwd/M/jPzilGa53mTxVR/P+c5F0RfDbW0pL7OlncbiMZtncGsIz9e9Co
QQ44xkt7IIlZO8EIBirU0HsJ5Wa12u6m+EIcfxJnyaookL3z0ROIwVk5pOXVj5xz
Mo2s9Xj3cDBFN4R2IyY+FMJTuhkyifOIB08nXyeROav4N2+0dB815EA3Ad5tcX3C
8+U1BbE1KyNbwfrqBGPkfJG8SAgdg6Ysmk/PTY74i+sCbHolSaFmv8R3Xujy7pBU
ittc/RBbxOYQPFB6gjDO
=ZT7d
-----END PGP SIGNATURE-----
Holger Freyther Sept. 14, 2015, 8:54 p.m. UTC | #2
> On 14 Sep 2015, at 15:36, Ciaby <ciaby@autistici.org> wrote:
> 
> Signed PGP part
> On 08/25/2015 12:42 PM, Ciaby wrote:
> > This is the last out-of-tree patch that we're still using to
> > package OpenBSC in Rhizomatica. Adding SMPP support in the Debian
> > packages shouldn't be an issue, right?
> Any feedback on this one? :)


had been silently applied?
diff mbox

Patch

From 3ef052fc9ae9869be6c5b15a1421364202c427d7 Mon Sep 17 00:00:00 2001
From: Ciaby <ciaby@rhizomatica.org>
Date: Tue, 25 Aug 2015 12:35:49 +0200
Subject: [PATCH] Add SMPP support in the debian build, include libsmpp34-dev
 as a dependency.

---
 debian/control |    2 +-
 debian/rules   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index eb2e965..2447d29 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@  Source: openbsc
 Section: net
 Priority: optional
 Maintainer: Harald Welte <laforge@gnumonks.org>
-Build-Depends: debhelper (>= 7.0.0~), autotools-dev, pkg-config, libgtp0-dev, libosmocore-dev, libosmo-sccp-dev, libdbi0-dev, dh-autoreconf, libosmo-abis-dev, libosmo-netif-dev, libdbd-sqlite3, libpcap-dev, libssl-dev, libc-ares-dev
+Build-Depends: debhelper (>= 7.0.0~), autotools-dev, pkg-config, libgtp0-dev, libosmocore-dev, libosmo-sccp-dev, libdbi0-dev, dh-autoreconf, libosmo-abis-dev, libosmo-netif-dev, libdbd-sqlite3, libpcap-dev, libssl-dev, libc-ares-dev, libsmpp34-dev
 Standards-Version: 3.8.4
 Homepage: http://openbsc.osmocom.org/
 Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git
diff --git a/debian/rules b/debian/rules
index 14e8cec..8047b79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,5 +37,5 @@  override_dh_strip:
 
 override_dh_auto_configure:
 	echo $(VERSION) > openbsc/.tarball-version
-	dh_auto_configure --sourcedirectory=openbsc -- --enable-nat --enable-osmo-bsc
+	dh_auto_configure --sourcedirectory=openbsc -- --enable-nat --enable-osmo-bsc --enable-smpp
 
-- 
1.7.9.5