diff --git a/packages/audio/libcdio/build b/packages/audio/libcdio/build index 3c9fa3e3c6..604c0ae8ba 100755 --- a/packages/audio/libcdio/build +++ b/packages/audio/libcdio/build @@ -14,13 +14,13 @@ cd $PKG_BUILD --disable-static \ --enable-shared \ --disable-cxx \ - --without-cd-drive \ - --without-cd-info \ + --with-cd-drive \ + --with-cd-info \ --with-cd-paranoia \ - --without-cdda_player \ - --without-cd-read \ - --without-iso-info \ - --without-iso-read \ + --with-cdda_player \ + --with-cd-read \ + --with-iso-info \ + --with-iso-read \ --without-versioned-libs \ make -C lib