From 95d299f4c4d4095283cdc80fdefdc1512bb7e3b1 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 19 May 2014 19:55:02 -0400 Subject: [PATCH] Install nasm before libjpeg-turbo --- config/dependencies | 2 ++ stage3/hv-install-1 | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/dependencies b/config/dependencies index 375ff52..5a9e1d2 100644 --- a/config/dependencies +++ b/config/dependencies @@ -181,3 +181,5 @@ ${MERCURIAL}: ${PYTHON} ${STELLARIUM}: ${QT} ${GPTFDISK}: ${ICU} + +${LIBJPEG}: ${NASM} diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 4b19c44..48c5838 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -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} -- 2.20.1