a0e41291a7
- Bump to version 1.2 - Update hash file. - Remove no longer existent configure options: --disable-dvdread-internal, --disable-tremor-internal. - Tweak 0001-disable-install-strip.patch. - Remove 0002-fix-cc-parsing.patch. Upstreamed:0f3ddfe146
- Remove 0004-add-arc-support.patch. Upstreamed:3b8c5f2231
- Remove 0005-Support-newer-GIFLIB-versions.patch. Upstreamed:a0ddaef545
- Remove 0006-Support-newer-GIFLIB-versions-part2.patch. Upstreamed:a43d259602
- Remove 0007-mplayer-enable-aarch64.patch. Upstreamed:1cceebf1fa
- Rename 0003-mpdemux-live555-async-interface.patch to 0002-mpdemux-live555-async-interface.patch. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
24 lines
776 B
Diff
24 lines
776 B
Diff
Disable stripping on installation
|
|
|
|
Using the -s option of install does not work, as it uses the host
|
|
strip instead of the cross strip. So, get rid of it, and let Buildroot
|
|
handle the stripping.
|
|
|
|
[Vincent: tweak patch for version 1.2]
|
|
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
|
|
|
diff -Nrua a/configure b/configure
|
|
--- a/configure 2015-10-02 21:29:04.000000000 +0100
|
|
+++ b/configure 2015-10-06 13:28:37.245349592 +0100
|
|
@@ -2780,7 +2780,7 @@
|
|
|
|
|
|
# Checking for CFLAGS
|
|
-_install_strip="-s"
|
|
+_install_strip=
|
|
if test -z "$CFLAGS" || test "$_profile" != "" || test "$_debug" != ""; then
|
|
if test "$cc_vendor" = "intel" ; then
|
|
CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer"
|