Go to file
Jason Mehring 96a3d98f60
Removed -Werror from qrexec Makefile to allow unpack to compile for both Fedora 20 and 21
linux-utils/qrexec-lib/unpack.c:

Different compile errors will abort.  Both different for fc20/21 but
based on same error below:
*
 * FC21 ERROR:  (but FC20 needs the code)
 * unpack.c:31:0: error: "O_TMPFILE" redefined [-Werror]
 *  #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
 *   ^
 *   In file included from /usr/include/bits/fcntl.h:61:0,
 *                    from /usr/include/fcntl.h:35,
 *                                     from unpack.c:4:
 * /usr/include/bits/fcntl-linux.h:151:0: note: this is the location of the previous definition
 * # define O_TMPFILE __O_TMPFILE / * Atomically create nameless file.  * /
 * ^
 * cc1: all warnings being treated as errors
 * <builtin>: recipe for target 'unpack.o' failed
 */
/* #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) */
2015-02-10 11:07:20 -05:00
archlinux archlinux: Fix missing symlink for archlinux template build 2014-02-15 08:32:31 +01:00
core Initial native debian packaging 2014-07-23 04:32:46 +02:00
debian version 3.0.0 2014-11-22 16:24:11 +01:00
pkgs archlinux: created build scripts 2013-04-17 01:48:28 +02:00
qmemman use systemd in debian 2014-09-26 23:33:38 +02:00
qrexec-lib Removed -Werror from qrexec Makefile to allow unpack to compile for both Fedora 20 and 21 2015-02-10 11:07:20 -05:00
rpm_spec rpm: add missing dependency 2014-07-08 12:07:38 +02:00
udev udev: update hotplug block scripts for QubesDB 2014-12-11 06:06:57 +01:00
.gitignore gitignore 2014-07-26 03:36:31 +02:00
Makefile Add qmemman to make clean 2014-07-23 04:32:46 +02:00
Makefile.builder Initial native debian packaging 2014-07-23 04:32:46 +02:00
version v3.0.1 2015-02-02 19:05:02 +01:00