diff options
author | Paulius Zaleckas <paulius.zaleckas@gmail.com> | 2010-03-30 17:20:55 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-30 17:23:23 +0200 |
commit | 31365deda785255b00a32f969a059e48b5832ea2 (patch) | |
tree | 89e843592489147e95fec7e3b413549b64048e92 /CHANGES | |
parent | f220498f4b96c86b2d4ef7048f9c82f85c73d75c (diff) | |
download | buildroot-novena-31365deda785255b00a32f969a059e48b5832ea2.tar.gz buildroot-novena-31365deda785255b00a32f969a059e48b5832ea2.zip |
Fix autotools instalation with symbols
Closes #1447
When installing without symbols install-strip is used,
with symbols - install-exec.
Since install-exec installs only executables, we should use
simple install, to install other needed files also
(like files in /usr/shared) as install-strip does.
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Acked-by: Lionel Landwerlin <llandwerlin@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ #1303: Add librsync package #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in #1441: Add binutils 2.20.1 + #1447: Package installation on target with debug symbols is broken 2010.02, Release February 26th, 2010: |