]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/qemu
Updated and patched squidGuard
[ipfire-2.x.git] / lfs / qemu
index 14876b9a52c21e70dc895fb5bd9fa4689736c35d..271bafa6a893012f56c8f0ef63b6bd254dcaf826 100644 (file)
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = qemu
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = "sdl"
 
@@ -85,7 +85,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-gcc4-opts.patch
        
        cd $(DIR_APP) && ./configure --prefix=/usr --disable-gcc-check \
-               --disable-gfx-check --target-list="i386-linux-user i386-softmmu"
+               --disable-gfx-check --target-list="i386-linux-user i386-softmmu ppc-softmmu ppc-linux-user" \
+               --enable-alsa
                
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install