]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- removed dead code auto/th/qemu-1_0-8
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 23 Feb 2012 14:21:09 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed cflags passing

Changed files:
    qemu-cflags.patch -> 1.1
    qemu.spec -> 1.195

qemu-cflags.patch [new file with mode: 0644]
qemu.spec

diff --git a/qemu-cflags.patch b/qemu-cflags.patch
new file mode 100644 (file)
index 0000000..248c79c
--- /dev/null
@@ -0,0 +1,13 @@
+--- qemu-kvm-1.0/configure~    2012-02-22 11:45:58.440892282 +0100
++++ qemu-kvm-1.0/configure     2012-02-23 10:24:12.692463270 +0100
+@@ -2781,10 +2781,6 @@
+ # End of CC checks
+ # After here, no more $cc or $ld runs
+-if test "$debug" = "no" ; then
+-  CFLAGS="-O2 $CFLAGS"
+-fi
+-
+ # Consult white-list to determine whether to enable werror
+ # by default.  Only enable by default for git builds
+ z_version=`cut -f3 -d. $source_path/VERSION`
index 0bd00d30a6b9479c49fb3c072f3c14818652af79..f5f511bcdbf96f9492fc5088da7e72550c64d383 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -8,7 +8,6 @@
 #   qemu-0.11.1-*.x86_64.rpm - OK
 #
 # Conditional build:
-%bcond_with    cflags_passing          # with passing rpmcflags to Makefiles
 %bcond_with    nosdlgui                # do not use SDL gui (use X11 instead)
 
 Summary:       QEMU CPU Emulator
@@ -20,6 +19,7 @@ License:      GPL
 Group:         Applications/Emulators
 Source0:       http://wiki.qemu.org/download/%{name}-%{version}.tar.gz
 # Source0-md5: a64b36067a191451323b0d34ebb44954
+Patch0:                qemu-cflags.patch
 Patch6:                %{name}-nosdlgui.patch
 # Proof of concept, for reference, do not remove
 Patch8:                %{name}-kde_virtual_workspaces_hack.patch
@@ -269,27 +269,18 @@ This package provides the system emulator for xtensa.
 
 %prep
 %setup -q
+%patch0 -p1
 %{?with_nosdlgui:%patch6 -p1}
 #patch8 -p1
 %patch17 -p0
 
-%{__sed} -i -e 's/sdl_static=yes/sdl_static=no/' configure
-%{__sed} -i 's/.*MAKE) -C kqemu$//' Makefile
-
-# cannot use optflags on x86 - they cause "no register to spill" errors
-%if %{with cflags_passing}
-%{__sed} -i -e 's/-g $CFLAGS/-Wall %{rpmcflags}/' configure
-%else
-%{__sed} -i 's/-g $CFLAGS/-Wall -fno-var-tracking-assignments/' configure
-%endif
-
 # workaround for conflict with alsa/error.h
 ln -s ../error.h qapi/error.h
 
 %build
-# --extra-cflags don't work (overridden by CFLAGS in Makefile*)
-# they can be passed if the cflags_passing bcond is used
 ./configure \
+       --extra-cflags="%{rpmcflags} -I/usr/include/ncurses" \
+       --extra-ldflags="%{rpmldflags}" \
        --sysconfdir=%{_sysconfdir} \
        --prefix=%{_prefix} \
        --cc="%{__cc}" \
This page took 0.151892 seconds and 4 git commands to generate.