Ajout support pour archives xz, et ajout fonction pour vérifier qu'on est bien l...
[hvlinux.git] / stage3 / hv-install-1
index 6434fe7..0064fdc 100755 (executable)
@@ -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}