X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fhv-install-1;h=0064fdc1fc32af258ac260dd09c4f8096c14deaa;hb=166111908c2cff78986972e0d2668feb7ee9d42b;hp=6434fe700dd8dfe842ee261e5cfa93089d3bd55e;hpb=8a3ca89281fa60a712e637b2a99dec05322fbe6e;p=hvlinux.git diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 6434fe7..0064fdc 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -146,12 +146,9 @@ fi ipkg ${GNUPG} "--libexecdir=/usr/lib" ipkg ${MUTT} "--enable-imap --with-ssl --with-sasl" +# Audio if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then - # Audio if [ "x${SOUND_CARD}" = "xyes" ]; then - # Needed by some packages, mostly audio applications. - #ipkg ${LIBOIL} - ipkg -m acnb ${NASM} ipkg ${ALSA_LIB} @@ -165,7 +162,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg ${LIBVORBIS} ipkg -m acnb ${FLAC} ipkg ${LAME} - ipkg ${LIBA52} "--enable-shared" + CFLAGS="-fPIC ${CFLAGS}" ipkg ${LIBA52} "--enable-shared" ipkg ${LIBID3TAG} ipkg ${LIBMAD}