Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#11014 closed Bug Report - General (Won't Fix)

binaries get stripped regardless of --disable-stripping

Reported by: klampiar@… Owned by:
Priority: minor Milestone: unknown
Component: MythTV - General Version: 0.25-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Binary files get stripped during build process regardless of -disable-stripping option passed to ./configure. "STRIP=echo skipping strip" doesn't propagate to qmake generated Makefiles. Adding QMAKE_STRIP = $$STRIP into settings.pro fixed the issue for me.

Change History (1)

comment:1 Changed 12 years ago by Raymond Wagner

Resolution: Won't Fix
Status: newclosed

'--disable-stripping' is not a valid option in MythTV's configure script. It is carried over from FFmpeg's configure script, but is disabled and non-function in MythTV's adaptation of it. Unstripped binaries can be produced by building a 'profile' compile type. 'release' compile types will always strip. I've discussed this with Doug Goldstein and he will be putting the Gentoo ebuilds back to a 'profile' build to allow stripping to work properly.

Version 0, edited 12 years ago by Raymond Wagner (next)
Note: See TracTickets for help on using tickets.