diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-02-13 10:00:12 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:29:13 -0800 |
| commit | ba962c8cd4f39f72028662db4cb8505befe64206 (patch) | |
| tree | 7c0934299a034d47b49d91f4f6ce1a6014d2043b /meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch | |
| parent | 3393364d1b365226d15042f20f0e6c56a439225b (diff) | |
| download | openembedded-core-ba962c8cd4f39f72028662db4cb8505befe64206.tar.gz openembedded-core-ba962c8cd4f39f72028662db4cb8505befe64206.tar.bz2 openembedded-core-ba962c8cd4f39f72028662db4cb8505befe64206.zip | |
gmp: Update to 6.1.2
(From OE-Core rev: a341bc666c6d25741bbe879ccf0ade8da6ba4373)
Signed-off-by: Khem Raj <raj.khem@gmail.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/gmp/gmp-6.1.2/use-includedir.patch')
| -rw-r--r-- | meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch b/meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch new file mode 100644 index 0000000000..74904a2530 --- /dev/null +++ b/meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch @@ -0,0 +1,15 @@ +Upstream-Status: Pending + +Index: gmp-4.2.4/Makefile.am +=================================================================== +--- gmp-4.2.4.orig/Makefile.am 2008-09-10 19:31:27.000000000 +0000 ++++ gmp-4.2.4/Makefile.am 2009-07-06 20:19:19.000000000 +0000 +@@ -106,7 +106,7 @@ + # but anyone knowledgable enough to be playing with exec_prefix will be able + # to address that. + # +-includeexecdir = $(exec_prefix)/include ++includeexecdir = $(includedir) + include_HEADERS = $(GMPXX_HEADERS_OPTION) + nodist_includeexec_HEADERS = gmp.h $(MPBSD_HEADERS_OPTION) + lib_LTLIBRARIES = libgmp.la $(GMPXX_LTLIBRARIES_OPTION) $(MPBSD_LTLIBRARIES_OPTION) |
