From 31365deda785255b00a32f969a059e48b5832ea2 Mon Sep 17 00:00:00 2001 From: Paulius Zaleckas Date: Tue, 30 Mar 2010 17:20:55 +0200 Subject: 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 Acked-by: Lionel Landwerlin Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8845b1693..0a3a87adf 100644 --- a/CHANGES +++ b/CHANGES @@ -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: -- cgit v1.2.3-55-g7522