aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-28 17:25:56 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-28 17:27:34 +0200
commit0ae59c2ffe34c2f3bb4d05a01101280d2931a4d4 (patch)
tree0558a8c847d5b1122646376cc68e30539c4d6aa7
parentc752351c5cf0bc63485443ea1ec2c26c83e6808a (diff)
Debian: re-introduce missing build dependency to libssl-dev
In Change-Id I469909ad7c597cde3d7a7d2ec86101a9f41d3aa6 we accidentially also removed the libssl-dev dependency. osmo-bsc_nat still uses RAND_getbytes directly, so we have to keep it for now, until we switch to a future libosmocore-based mechanism that's in the works. Change-Id: I3be26c566baf05278ba51b835a72e14ce6ecf3d0
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 2c8eead5b..e3f1e020c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>=9),
libtool,
pkg-config,
python-minimal,
+ libssl-dev,
libtalloc-dev,
libosmocore-dev,
libosmo-sigtran-dev,