aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-07 12:57:25 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-08-07 21:07:49 +0200
commit3bcc7ab41868517f6b9cc6f1cc6ad69a9c472a71 (patch)
tree428899652f5c75d70912d15dacafb4282a42f690 /debian
parentcd2ac56bd4f6cb783c2f826686a0809d7d2327f3 (diff)
Require newer libosmocore to avoid compile failures
Older commit started using OSMO_IMSI_BUF_SIZE, only available in libosmocore 1.1.0 onwards, but forgot to increase the values in configure.ac. Fixes: 2c076bcb4dc1bc2ada340441c2f898c55318209f Change-Id: Iaf5f276a092c695a5f077551d9784652c2289424
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 9ff9d884..497788c3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9),
dh-systemd (>= 1.5),
autotools-dev,
pkg-config,
- libosmocore-dev (>= 0.10.1),
+ libosmocore-dev (>= 1.1.0),
osmo-gsm-manuals-dev
Standards-Version: 3.9.8
Homepage: http://osmocom.org/projects/osmopcu