Install nasm before libjpeg-turbo
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 19 May 2014 23:55:02 +0000 (19:55 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 31 Jul 2014 02:15:25 +0000 (22:15 -0400)
config/dependencies
stage3/hv-install-1

index 375ff52..5a9e1d2 100644 (file)
@@ -181,3 +181,5 @@ ${MERCURIAL}: ${PYTHON}
 ${STELLARIUM}: ${QT}
 
 ${GPTFDISK}: ${ICU}
+
+${LIBJPEG}: ${NASM}
index 4b19c44..48c5838 100755 (executable)
@@ -123,6 +123,8 @@ ipkg -m noac ${DOCBOOK_XSL}
 ipkg -m noac ${XMLTOMAN}
 ipkg ${XMLTO}
 
+ipkg -m acnb ${NASM}
+
 # Graphic libraries
 ipkg ${LIBPNG}
 ipkg ${TIFF}
@@ -179,8 +181,6 @@ ipkg ${YASM}
 if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then
     if [ "x${SOUND_CARD}" = "xyes" ]; then
         # Utilitaires
-        ipkg -m acnb ${NASM}
-
         ipkg ${ALSA_LIB}
         ipkg -m acnb ${ALSA_UTILS}