aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-06-03 14:45:21 +0200
committerlaforge <laforge@osmocom.org>2020-06-13 14:40:32 +0000
commit5c38c817f24bb357f761d9ac1b38661e8234fc22 (patch)
treead919e1d786ce17bbcd1d030bad3c7aa5b693ff2
parenta40adf78c3ff27fa40f6e9b7218b2691fc7c8a7a (diff)
contrib/osmo-msc.spec.in: Enable SMPP in RPM builds
The SPEC file already included a build dependency to libsmpp34, but then the compilation of osmo-msc didn't actually pass --enable-smpp along, resulting in binaries without SMPP support - unlike the Debian binaries, which do contain that part. Change-Id: I223be7a735e97b32f7c0ff246cf826f109b0f686
-rw-r--r--contrib/osmo-msc.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/osmo-msc.spec.in b/contrib/osmo-msc.spec.in
index 1ebe9fa7d..da6c0ba45 100644
--- a/contrib/osmo-msc.spec.in
+++ b/contrib/osmo-msc.spec.in
@@ -77,6 +77,7 @@ autoreconf -fi
%if %{with_iu}
--enable-iu \
%endif
+ --enable-smpp \
--docdir=%{_docdir}/%{name} \
--with-systemdsystemunitdir=%{_unitdir}