summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libbsd/libbsd/0001-src-libbsd-overlay.pc.in-Set-Cflags-to-use-I-instead.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libbsd/libbsd/0001-src-libbsd-overlay.pc.in-Set-Cflags-to-use-I-instead.patch')
-rw-r--r--meta/recipes-support/libbsd/libbsd/0001-src-libbsd-overlay.pc.in-Set-Cflags-to-use-I-instead.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-support/libbsd/libbsd/0001-src-libbsd-overlay.pc.in-Set-Cflags-to-use-I-instead.patch b/meta/recipes-support/libbsd/libbsd/0001-src-libbsd-overlay.pc.in-Set-Cflags-to-use-I-instead.patch
deleted file mode 100644
index 7e3a5b3be4..0000000000
--- a/meta/recipes-support/libbsd/libbsd/0001-src-libbsd-overlay.pc.in-Set-Cflags-to-use-I-instead.patch
+++ /dev/null
@@ -1,33 +0,0 @@
1From b6972f1c29ebf073cbe19a4a669ee093259792a0 Mon Sep 17 00:00:00 2001
2From: Fabio Berton <fabio.berton@ossystems.com.br>
3Date: Mon, 30 Jan 2017 12:00:33 -0200
4Subject: [PATCH] src/libbsd-overlay.pc.in: Set Cflags to use -I instead of
5 -isystem
6Organization: O.S. Systems Software LTDA.
7
8pkg-config currently only handles -I and -L correctly, but misses
9-isystem, so we need to do this workaround to fix this issue.
10
11There's a open bug in:
12https://bugzilla.freedesktop.org/show_bug.cgi?id=99516
13
14Upstream-Status: Pending
15
16Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
17---
18 src/libbsd-overlay.pc.in | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21diff --git a/src/libbsd-overlay.pc.in b/src/libbsd-overlay.pc.in
22index ac8bf89..65dc3ae 100644
23--- a/src/libbsd-overlay.pc.in
24+++ b/src/libbsd-overlay.pc.in
25@@ -8,4 +8,4 @@ Description: Utility functions from BSD systems (overlay)
26 Version: @VERSION@
27 URL: https://libbsd.freedesktop.org/
28 Libs: -L${libdir} -lbsd
29-Cflags: -isystem ${includedir}/bsd -DLIBBSD_OVERLAY
30+Cflags: -I${includedir}/bsd -DLIBBSD_OVERLAY
31--
322.11.0
33