guix-devel/gnu
Ludovic Courtès 07a049ceb1
gnu: usbredir: Build without '-Werror'.
Fixes build failure introduced in
58ee8a94a9, where compilation would fail
with:

  usbredirhost.c: In function ?usbredirhost_open_full?:
  usbredirhost.c:749:5: error: ?libusb_set_debug? is deprecated: Use libusb_set_option instead [-Werror=deprecated-declarations]
       libusb_set_debug(host->ctx, host->verbose);
       ^
  In file included from usbredirhost.h:24:0,
		   from usbredirhost.c:31:
  /gnu/store/j8hzc465xy33cjfcq3wv39szxia4xrzv-libusb-1.0.22/include/libusb-1.0/libusb.h:1300:18: note: declared here
   void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
		    ^
  cc1: all warnings being treated as errors

* gnu/packages/spice.scm (usbredir)[arguments]: In 'autogen' phase,
remove '-Werror' from configure.ac.
2018-03-26 09:38:29 +02:00
..
bootloader gnu: Pass "--target=i386-pc" when installing GRUB for legacy BIOS. 2018-02-18 12:28:56 +01:00
build gnu: When building in a VM, share a temporary directory. 2018-03-24 03:04:10 +01:00
packages gnu: usbredir: Build without '-Werror'. 2018-03-26 09:38:29 +02:00
services gnu: shepherd: Update to 0.4.0. 2018-03-22 11:43:30 +01:00
system system: Add "guix system docker-image" command. 2018-03-24 03:04:11 +01:00
tests gnu: mcron: Update to 1.1 and deprecate "mcron2". 2018-03-19 23:19:49 +01:00
artwork.scm
bootloader.scm
local.mk gnu: Add pure. 2018-03-25 17:02:01 +02:00
packages.scm
services.scm
system.scm gnu: util-linux: Fix CVE-2018-7738 without grafting. 2018-03-20 17:14:22 -04:00
tests.scm marionette: Use QEMU's "VM channel" mechanism. 2018-02-19 22:04:11 +01:00