diff options
Diffstat (limited to 'meta-networking/recipes-support/c-ares')
-rw-r--r-- | meta-networking/recipes-support/c-ares/c-ares/0001-configure.ac-don-t-override-passed-cflags.patch | 26 | ||||
-rw-r--r-- | meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb | 4 |
2 files changed, 29 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/c-ares/c-ares/0001-configure.ac-don-t-override-passed-cflags.patch b/meta-networking/recipes-support/c-ares/c-ares/0001-configure.ac-don-t-override-passed-cflags.patch new file mode 100644 index 0000000000..10fad4e941 --- /dev/null +++ b/meta-networking/recipes-support/c-ares/c-ares/0001-configure.ac-don-t-override-passed-cflags.patch | |||
@@ -0,0 +1,26 @@ | |||
1 | From 2a7236d2a7bb9c3d3c3f44ebf59404bf7134fcb3 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <adraszik@tycoint.com> | ||
3 | Date: Tue, 12 Apr 2016 11:37:28 +0100 | ||
4 | Subject: [PATCH] configure.ac: don't override passed cflags | ||
5 | |||
6 | We are controlling debug and optimiser flags from OE | ||
7 | --- | ||
8 | configure.ac | 2 -- | ||
9 | 1 file changed, 2 deletions(-) | ||
10 | |||
11 | diff --git a/configure.ac b/configure.ac | ||
12 | index 5c02450..3cf9fcd 100644 | ||
13 | --- a/configure.ac | ||
14 | +++ b/configure.ac | ||
15 | @@ -147,8 +147,6 @@ dnl ********************************************************************** | ||
16 | |||
17 | CARES_CHECK_COMPILER | ||
18 | CARES_SET_COMPILER_BASIC_OPTS | ||
19 | -CARES_SET_COMPILER_DEBUG_OPTS | ||
20 | -CARES_SET_COMPILER_OPTIMIZE_OPTS | ||
21 | CARES_SET_COMPILER_WARNING_OPTS | ||
22 | |||
23 | if test "$compiler_id" = "INTEL_UNIX_C"; then | ||
24 | -- | ||
25 | 2.8.0.rc3 | ||
26 | |||
diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb index 2f72ab495c..c98be7d99a 100644 --- a/meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb +++ b/meta-networking/recipes-support/c-ares/c-ares_1.11.0.bb | |||
@@ -6,7 +6,9 @@ SECTION = "libs" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://ares_init.c;beginline=1;endline=3;md5=53f5ecf4c22c37cf1ddd1ef8f8eccce0" | 7 | LIC_FILES_CHKSUM = "file://ares_init.c;beginline=1;endline=3;md5=53f5ecf4c22c37cf1ddd1ef8f8eccce0" |
8 | 8 | ||
9 | SRC_URI = "http://c-ares.haxx.se/download/${BP}.tar.gz" | 9 | SRC_URI = "http://c-ares.haxx.se/download/${BP}.tar.gz \ |
10 | file://0001-configure.ac-don-t-override-passed-cflags.patch \ | ||
11 | " | ||
10 | SRC_URI[md5sum] = "d5c6d522cfc54bb6f215a0b7912d46be" | 12 | SRC_URI[md5sum] = "d5c6d522cfc54bb6f215a0b7912d46be" |
11 | SRC_URI[sha256sum] = "b3612e6617d9682928a1d50c1040de4db6519f977f0b25d40cf1b632900b3efd" | 13 | SRC_URI[sha256sum] = "b3612e6617d9682928a1d50c1040de4db6519f977f0b25d40cf1b632900b3efd" |
12 | 14 | ||