Enable SSL during build
tony mancill
2 years ago
12 | 12 |
libmad0-dev,
|
13 | 13 |
libmpg123-dev,
|
14 | 14 |
libsoxr-dev,
|
|
15 |
libssl-dev,
|
15 | 16 |
libvorbis-dev,
|
16 | 17 |
portaudio19-dev,
|
17 | 18 |
Standards-Version: 4.5.1
|
5 | 5 |
|
6 | 6 |
# Enable ffmpeg, soxr resampling, visualisation export and disable dlopening
|
7 | 7 |
# libraries
|
8 | |
export OPTS := -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR
|
|
8 |
export OPTS := -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DUSE_SSL
|
9 | 9 |
|
10 | 10 |
# Enable all hardening build flags
|
11 | 11 |
export DEB_BUILD_MAINT_OPTIONS := hardening=+all
|