644d292eb9c4cef322094d46662e7edfb25325aa
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mplayer / 0001-disable-install-strip.patch
1 Disable stripping on installation
2
3 Using the -s option of install does not work, as it uses the host
4 strip instead of the cross strip. So, get rid of it, and let Buildroot
5 handle the stripping.
6
7 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 ---
9  configure |    2 +-
10  1 file changed, 1 insertion(+), 1 deletion(-)
11
12 Index: mplayer-32710/configure
13 ===================================================================
14 --- mplayer-32710.orig/configure
15 +++ mplayer-32710/configure
16 @@ -2519,7 +2519,7 @@
17  
18  
19  # Checking for CFLAGS
20 -_install_strip="-s"
21 +_install_strip=
22  if test "$_profile" != "" || test "$_debug" != "" ; then
23    CFLAGS="-O2 $_march $_mcpu $_pipe $_debug $_profile"
24    WARNFLAGS="-W -Wall"