We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc87845 commit 28662ffCopy full SHA for 28662ff
build.sh
@@ -56,7 +56,7 @@ packages() {
56
LIBRESPOT_HASH="$(git rev-parse HEAD | cut -c 1-7 || echo unknown)"
57
58
echo "Build Librespot binary..."
59
- cargo build --jobs "$(nproc)" --profile release --target "$BUILD_TARGET" --no-default-features --features "alsa-backend pulseaudio-backend with-avahi"
+ cargo build --jobs "$(nproc)" --profile release --target "$BUILD_TARGET" --no-default-features --features "alsa-backend pulseaudio-backend with-avahi rustls-tls-native-roots"
60
61
echo "Copy Librespot binary to package root..."
62
cd /mnt/raspotify
0 commit comments