MT#55283 Fix deb build

/usr/include/mosquitto/libcommon_cjson.h:31:10: fatal error: cjson/cJSON.h: No such file or directory
   31 | #include <cjson/cJSON.h>
      |          ^~~~~~~~~~~~~~~

Temporary until Sid packaging is fixed.

Closes #2101

Change-Id: I485835400634c0d4a32732118aa936eeb8cb9f0f
Ref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135697
(cherry picked from commit 868cafbbc1)
(cherry picked from commit f891a46122)
mr13.5.1
Orgad Shaneh 2 weeks ago committed by Richard Fuchs
parent 783bf97a8c
commit 647e8673b5

3
debian/control vendored

@ -7,8 +7,8 @@ Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
default-libmysqlclient-dev,
dh-sequence-dkms,
default-libmysqlclient-dev,
discount,
gperf,
libavcodec-dev (>= 6:10),
@ -17,6 +17,7 @@ Build-Depends:
libavutil-dev (>= 6:10),
libbcg729-dev <!pkg.ngcp-rtpengine.nobcg729>,
libbencode-perl,
libcjson-dev,
libcrypt-openssl-rsa-perl,
libcrypt-rijndael-perl,
libcurl4-openssl-dev | libcurl4-gnutls-dev,

Loading…
Cancel
Save