Réglé problème avec JACK qui installait ses librairies dans /usr/lib64
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Mon, 22 Aug 2011 02:44:13 +0000 (02:44 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Mon, 22 Aug 2011 02:44:13 +0000 (02:44 +0000)
stage3/hv-install-1

index 8dca1b4..b4aa2ef 100755 (executable)
@@ -176,7 +176,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
 
         # Audio servers
         ipkg ${SPEEX}
-       ipkg ${JACK} "--disable-portaudio"
+       ipkg ${JACK} "--disable-portaudio --libdir=/usr/lib"
 
        ipkg ${ALSA_PLUGINS} # Depends on pulseaudio
        ipkg ${VORBIS_TOOLS}