# HG changeset patch # User Hans-G?nter Theisgen # Date 1554538809 -3600 # Node ID 7e450318d2cc98236a05ea96b1a54196796cbf0b # Parent 7414b1f7ec85c681212a97f26243f758cd968a50 systemd: replaced xattr/xattr.h by sys/xattr.h diff -r 7414b1f7ec85 -r 7e450318d2cc systemd/receipt --- a/systemd/receipt Fri Apr 05 17:53:25 2019 +0100 +++ b/systemd/receipt Sat Apr 06 09:20:09 2019 +0100 @@ -19,9 +19,9 @@ # # Systemd include udev source and must be splitted. Systemd can replace the full -# boot process and handle devices (with udisk) but is quiet heavy and compicated. +# boot process and handle devices (with udisk) but is quite heavy and complicated. # Our goal is to have automounting of removable media, since hal is dead we must -# find/use an other way, but systemd-udisk-polkit and friends... seriously in SliTaz +# use another way, but systemd-udisk-polkit and friends... seriously in SliTaz # by default ? # # Actually we can have automount using the Kernel Polling feature and spacefm @@ -30,6 +30,9 @@ # Rules to configure and make the package. compile_rules() { + patch --strip=0 --input=$stuff/systemd-195.journal-file.c.patch \ + src/journal/journal-file.c + ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff -r 7414b1f7ec85 -r 7e450318d2cc systemd/stuff/systemd-195.journal-file.c.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/systemd/stuff/systemd-195.journal-file.c.patch Sat Apr 06 09:20:09 2019 +0100 @@ -0,0 +1,11 @@ +--- journal-file.c.orig 2012-10-18 03:06:55.028130249 +0100 ++++ journal-file.c 2019-04-06 09:03:39.824780717 +0100 +@@ -28,7 +28,7 @@ + #include + + #ifdef HAVE_XATTR +-#include ++#include + #endif + + #include "journal-def.h"