diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/prefix.patch')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/prefix.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/prefix.patch b/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/prefix.patch new file mode 100644 index 0000000000..6f5ff0d607 --- /dev/null +++ b/meta-initramfs/recipes-devtools/klibc/klibc-1.5.26+2.0/prefix.patch | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | Index: klibc-1.5.24/Makefile | ||
| 2 | =================================================================== | ||
| 3 | --- a/Makefile 2011-07-27 15:50:53.000000000 +0200 | ||
| 4 | +++ b/Makefile 2011-08-01 00:47:56.000000000 +0200 | ||
| 5 | @@ -39,7 +39,7 @@ | ||
| 6 | export PERL := perl | ||
| 7 | |||
| 8 | # Location for installation | ||
| 9 | -export prefix = /usr | ||
| 10 | +export prefix = $(INST) | ||
| 11 | export bindir = $(prefix)/bin | ||
| 12 | export libdir = $(prefix)/lib | ||
| 13 | export mandir = $(prefix)/man | ||
| 14 | |||
