Skip to content

Commit

Permalink
Some changes so Debian 11 is happy
Browse files Browse the repository at this point in the history
  • Loading branch information
coppice-git committed Jul 23, 2023
1 parent 2c91c74 commit aba9ac2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# @start 1

AC_PREREQ([2.71])
AC_PREREQ([2.69])
AC_INIT([spandsp],[3.0.0])

CFLAGS="$CFLAGS $CONFIGURE_CFLAGS"
Expand Down
16 changes: 16 additions & 0 deletions debian-prepare.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/sh
#
# Install the things which need adding to a fresh Debian 11 install to make it ready to build
# spandsp and its test suite
#
apt-get install fftw3-dev \
libtiff-dev \
libtiff-tools \
libpcap-dev \
libxml2-dev \
libsndfile-dev \
libuv1-dev \
libfltk1.3-dev \
sox \
libtool \
netpbm
1 change: 1 addition & 0 deletions tests/socket_dgram_harness.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
#include <fcntl.h>
#include <string.h>
#include <assert.h>
Expand Down
3 changes: 2 additions & 1 deletion yum-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
#
yum groupinstall "Development tools"
yum install fftw-devel \
libtiff-tools \
libtiff-devel \
libtiff-tools \
libjpeg-turbo-devel \
libpcap-devel \
libxml2-devel \
libsndfile-devel \
libuv-devel \
fltk-devel \
fltk-fluid \
libstdc++-devel \
Expand Down

2 comments on commit aba9ac2

@crienzo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI- we run scan-build on all commits and some new errors popped up. Most are harmless "Dead Assignment" but some might be legit issues.
See https://ci.freeswitch.org/freeswitch/spandsp/51/1/5 for the test run results
Artifacts here: https://public-artifacts.signalwire.cloud/drone/freeswitch/spandsp/51/index.html

@coppice-git
Copy link
Collaborator Author

@coppice-git coppice-git commented on aba9ac2 Aug 17, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.