Codebase list squeezelite / 3365828
Enable SSL during build tony mancill 3 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1212 libmad0-dev,
1313 libmpg123-dev,
1414 libsoxr-dev,
15 libssl-dev,
1516 libvorbis-dev,
1617 portaudio19-dev,
1718 Standards-Version: 4.5.1
55
66 # Enable ffmpeg, soxr resampling, visualisation export and disable dlopening
77 # libraries
8 export OPTS := -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR
8 export OPTS := -DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DUSE_SSL
99
1010 # Enable all hardening build flags
1111 export DEB_BUILD_MAINT_OPTIONS := hardening=+all