summarylogtreecommitdiffstats
path: root/0001-journald-test-will-fail-with-certain-toolchains.patch
diff options
context:
space:
mode:
authorDonald Carr2016-03-07 15:50:10 -0800
committerDonald Carr2016-03-07 23:24:41 -0800
commit50393e3a345c2e7c9615535d56acee7406c87dfa (patch)
treebea5cdef1d2fd1bc3eeaacbe3eb420bd4b57494d /0001-journald-test-will-fail-with-certain-toolchains.patch
parentc724f6320736c938c35543a2a3f579af068ba1d0 (diff)
downloadaur-50393e3a345c2e7c9615535d56acee7406c87dfa.tar.gz
We should be using journald everywhere
Start to collect patches Adjust plenty of stale documentation We are not allowed to have a subdir in our aur; pivot
Diffstat (limited to '0001-journald-test-will-fail-with-certain-toolchains.patch')
-rw-r--r--0001-journald-test-will-fail-with-certain-toolchains.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0001-journald-test-will-fail-with-certain-toolchains.patch b/0001-journald-test-will-fail-with-certain-toolchains.patch
new file mode 100644
index 000000000000..1849de80937d
--- /dev/null
+++ b/0001-journald-test-will-fail-with-certain-toolchains.patch
@@ -0,0 +1,26 @@
+From fa629e87eea5ac43abe5bedbfb46af6546b9083c Mon Sep 17 00:00:00 2001
+From: Donald Carr <sirspudd@gmail.com>
+Date: Mon, 7 Mar 2016 18:49:57 -0800
+Subject: [PATCH] journald test will fail with certain toolchains
+
+which don't include default system paths
+
+Change-Id: I58043a9c9569e091fac18934cb1a2484cb9f61e2
+---
+ config.tests/unix/journald/journald.pro | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/config.tests/unix/journald/journald.pro b/config.tests/unix/journald/journald.pro
+index ea76564..59f920b 100644
+--- a/config.tests/unix/journald/journald.pro
++++ b/config.tests/unix/journald/journald.pro
+@@ -7,4 +7,6 @@ packagesExist(libsystemd): \
+ else: \
+ PKGCONFIG_PRIVATE += libsystemd-journal
+
++# toolchain does not include usr include by default
++INCLUDEPATH *= /usr/include
+ CONFIG -= qt
+--
+2.7.2
+