aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installer/debian.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/debian.sh b/installer/debian.sh
index e5ba82d..dd13451 100644
--- a/installer/debian.sh
+++ b/installer/debian.sh
@@ -162,7 +162,7 @@ echo -e "$GREEN Compiling fdk-aac-dabplus $NORMAL"
git clone https://github.com/Opendigitalradio/fdk-aac-dabplus.git
pushd fdk-aac-dabplus
./bootstrap
-./configure
+./configure --enable-jack
make
sudo make install
popd