diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2019-12-19 13:41:08 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-28 23:25:42 +0000 |
| commit | 5e0b62675a6373828713b757b3a35d1fb20da264 (patch) | |
| tree | 3d2424e6cab1bb921b88b7cc73d0e9764c4661fc /meta/recipes-support/gnutls/libtasn1/fix-ldflags.patch | |
| parent | 5f7206928e9821ed309a14274f5b7b97c521b18c (diff) | |
| download | poky-5e0b62675a6373828713b757b3a35d1fb20da264.tar.gz | |
libtasn1: upgrade 4.14 -> 4.15.0
Remove backported patches and explicitly pass -std=gnu99 to native CFLAGS
to make sure build passes on older and still supported OSes like CentOS 7.
(From OE-Core rev: cc84d4dcc775c371389e1d351256946cbd003545)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls/libtasn1/fix-ldflags.patch')
| -rw-r--r-- | meta/recipes-support/gnutls/libtasn1/fix-ldflags.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-support/gnutls/libtasn1/fix-ldflags.patch b/meta/recipes-support/gnutls/libtasn1/fix-ldflags.patch deleted file mode 100644 index f18f3c6267..0000000000 --- a/meta/recipes-support/gnutls/libtasn1/fix-ldflags.patch +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | From a6f93b7ace347bc4fe29eb4a8fe4383d786cc8d0 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Tim=20R=C3=BChsen?= <tim.ruehsen@gmx.de> | ||
| 3 | Date: Tue, 23 Jul 2019 20:44:01 +0200 | ||
| 4 | Subject: [PATCH] Fix LDFLAGS to AM_LDFLAGS in src/Makefile.am | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de> | ||
| 10 | Upstream-Status: Backport | ||
| 11 | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||
| 12 | --- | ||
| 13 | src/Makefile.am | 2 +- | ||
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 15 | |||
| 16 | diff --git a/src/Makefile.am b/src/Makefile.am | ||
| 17 | index 5bf3622..4459767 100644 | ||
| 18 | --- a/src/Makefile.am | ||
| 19 | +++ b/src/Makefile.am | ||
| 20 | @@ -21,7 +21,7 @@ AM_CPPFLAGS = -I$(top_builddir)/lib/includes -I$(top_srcdir)/lib/includes \ | ||
| 21 | -I$(top_builddir)/lib/gl -I$(top_srcdir)/lib/gl $(CODE_COVERAGE_CPPFLAGS) | ||
| 22 | |||
| 23 | LDADD = ../lib/libtasn1.la | ||
| 24 | -LDFLAGS = $(CODE_COVERAGE_LDFLAGS) | ||
| 25 | +AM_LDFLAGS = $(CODE_COVERAGE_LDFLAGS) | ||
| 26 | |||
| 27 | bin_PROGRAMS = asn1Parser asn1Coding asn1Decoding | ||
| 28 | |||
| 29 | -- | ||
| 30 | 2.21.0 | ||
| 31 | |||
