From 958f0371ab5b093e05bb07488d8e4e57298aee5a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 16 Nov 2009 02:23:33 +0100 Subject: [PATCH] libcdio: - build with support for cd-drive, cd-info, cd-read, iso-info, info-read --- packages/audio/libcdio/build | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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