~dannf/qemu-linaro/qemu-highbank-ppa

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2012-02-07 11:09:14 UTC
  • Revision ID: package-import@ubuntu.com-20120207110914-zpkl7l5nszreegq4
* Turn off -Werror for the spice build: the spice API uses a 64-bit 
  integer type for storing pointers even on 32-bit systems, leading to
  warnings about wrong casts that we can safely ignore here.  LP: #926195.
* Pass --disable-spice to the system build, otherwise it ends up having
  spice enabled as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
                    --disable-linux-user \
106
106
                    --disable-bsd-user \
107
107
                    --disable-darwin-user \
 
108
                    --disable-spice \
108
109
                    $(conf_arch) $(conf_audio_drv)
109
110
 
110
111
ifeq ($(DEB_HOST_ARCH_OS),linux)
152
153
                    --disable-blobs \
153
154
                    --disable-strip \
154
155
                    --disable-system \
 
156
                    --disable-werror \
155
157
                    --target-list="x86_64-softmmu i386-softmmu x86_64-linux-user i386-linux-user" \
156
158
                    --enable-spice \
157
159
                    $(conf_arch)