diff options
Diffstat (limited to 'meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch')
-rw-r--r-- | meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch b/meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch new file mode 100644 index 0000000000..74904a2530 --- /dev/null +++ b/meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | Index: gmp-4.2.4/Makefile.am | ||
4 | =================================================================== | ||
5 | --- gmp-4.2.4.orig/Makefile.am 2008-09-10 19:31:27.000000000 +0000 | ||
6 | +++ gmp-4.2.4/Makefile.am 2009-07-06 20:19:19.000000000 +0000 | ||
7 | @@ -106,7 +106,7 @@ | ||
8 | # but anyone knowledgable enough to be playing with exec_prefix will be able | ||
9 | # to address that. | ||
10 | # | ||
11 | -includeexecdir = $(exec_prefix)/include | ||
12 | +includeexecdir = $(includedir) | ||
13 | include_HEADERS = $(GMPXX_HEADERS_OPTION) | ||
14 | nodist_includeexec_HEADERS = gmp.h $(MPBSD_HEADERS_OPTION) | ||
15 | lib_LTLIBRARIES = libgmp.la $(GMPXX_LTLIBRARIES_OPTION) $(MPBSD_LTLIBRARIES_OPTION) | ||