diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-07-06 18:03:43 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-07-06 18:03:43 -0700 |
commit | d1767a1edbc8335f1cfd9c2975b7e8c2b283f10f (patch) | |
tree | 0fcb473439be33e180aeeab98bc7991d25e0f78d /recipes/gmp/files | |
parent | 178ea3236f43cb313cbd67aa0d60aad5d3680eea (diff) |
gmp: Fix a problem when ${exec_prefix} != ${includedir}, switch to INC_PR
Diffstat (limited to 'recipes/gmp/files')
-rw-r--r-- | recipes/gmp/files/use-includedir.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gmp/files/use-includedir.patch b/recipes/gmp/files/use-includedir.patch new file mode 100644 index 0000000000..ee3891f807 --- /dev/null +++ b/recipes/gmp/files/use-includedir.patch @@ -0,0 +1,13 @@ +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) |