diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2012-05-31 23:31:02 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-05 10:46:56 +0200 |
| commit | 4ac3dd936dfd5c4529860051027bb781933ecb70 (patch) | |
| tree | 59874a1ed167f5cc6006d2843dcd60c8aee66c58 /meta-initramfs/recipes-devtools/klibc/klibc-2.0/prefix.patch | |
| parent | bb62247d601a2d853d81dc7403edfc5e3b0818c7 (diff) | |
| download | meta-openembedded-4ac3dd936dfd5c4529860051027bb781933ecb70.tar.gz | |
klibc: release klibc 2.0
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-2.0/prefix.patch')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-2.0/prefix.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-2.0/prefix.patch b/meta-initramfs/recipes-devtools/klibc/klibc-2.0/prefix.patch new file mode 100644 index 0000000000..6f5ff0d607 --- /dev/null +++ b/meta-initramfs/recipes-devtools/klibc/klibc-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 | |||
