diff options
Diffstat (limited to 'meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch')
-rw-r--r-- | meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch b/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch index c54942be4b..fd3fae7e7e 100644 --- a/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch +++ b/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From ec9fc4e6086e1dbe0ac2f94a8a088a571596a581 Mon Sep 17 00:00:00 2001 | 1 | From c2ebc32112e0cd29390b4dc951b65efae36d607b Mon Sep 17 00:00:00 2001 |
2 | From: Stefano Cappa <stefano.cappa.ks89@gmail.com> | 2 | From: Stefano Cappa <stefano.cappa.ks89@gmail.com> |
3 | Date: Sun, 13 Jan 2019 01:50:52 +0100 | 3 | Date: Sun, 13 Jan 2019 01:50:52 +0100 |
4 | Subject: [PATCH] remove INCLUDEDIR to prevent build issues | 4 | Subject: [PATCH] remove INCLUDEDIR to prevent build issues |
@@ -6,13 +6,12 @@ Subject: [PATCH] remove INCLUDEDIR to prevent build issues | |||
6 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
7 | 7 | ||
8 | Signed-off-by: Stefano Cappa <stefano.cappa.ks89@gmail.com> | 8 | Signed-off-by: Stefano Cappa <stefano.cappa.ks89@gmail.com> |
9 | |||
10 | --- | 9 | --- |
11 | configure | 5 ----- | 10 | configure | 5 ----- |
12 | 1 file changed, 5 deletions(-) | 11 | 1 file changed, 5 deletions(-) |
13 | 12 | ||
14 | diff --git a/configure b/configure | 13 | diff --git a/configure b/configure |
15 | index 5237b0e2..7220718b 100755 | 14 | index a60da137..3673de8b 100755 |
16 | --- a/configure | 15 | --- a/configure |
17 | +++ b/configure | 16 | +++ b/configure |
18 | @@ -26,7 +26,6 @@ BUILD= | 17 | @@ -26,7 +26,6 @@ BUILD= |
@@ -23,7 +22,7 @@ index 5237b0e2..7220718b 100755 | |||
23 | DEBUG= | 22 | DEBUG= |
24 | FORK= | 23 | FORK= |
25 | STATIC= | 24 | STATIC= |
26 | @@ -86,7 +85,6 @@ for x do | 25 | @@ -89,7 +88,6 @@ for x do |
27 | --mandir) MANDIR=$var;; | 26 | --mandir) MANDIR=$var;; |
28 | --datadir) DATADIR=$var;; | 27 | --datadir) DATADIR=$var;; |
29 | --with-ccopts|CFLAGS) CFLAGS=$var;; | 28 | --with-ccopts|CFLAGS) CFLAGS=$var;; |
@@ -31,7 +30,7 @@ index 5237b0e2..7220718b 100755 | |||
31 | CC) CC=$var;; | 30 | CC) CC=$var;; |
32 | CPPFLAGS) CPPFLAGS=$var;; | 31 | CPPFLAGS) CPPFLAGS=$var;; |
33 | PKG_CONFIG) PKG_CONFIG=$var;; | 32 | PKG_CONFIG) PKG_CONFIG=$var;; |
34 | @@ -343,9 +341,6 @@ if [ -n "$CPPFLAGS" ]; then | 33 | @@ -346,9 +344,6 @@ if [ -n "$CPPFLAGS" ]; then |
35 | echo "CPPFLAGS=" >>$CONFIG_MK | 34 | echo "CPPFLAGS=" >>$CONFIG_MK |
36 | echo "CPPFLAGS+= $CPPFLAGS" >>$CONFIG_MK | 35 | echo "CPPFLAGS+= $CPPFLAGS" >>$CONFIG_MK |
37 | fi | 36 | fi |