Bug 787462 - mtpaint-debuginfo 3.40-1 is empty
Summary: mtpaint-debuginfo 3.40-1 is empty
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mtpaint
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Terje Røsten
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: DebugInfo
TreeView+ depends on / blocked
 
Reported: 2012-02-05 09:50 UTC by Ville Skyttä
Modified: 2012-02-05 13:27 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-02-05 13:27:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2012-02-05 09:50:16 UTC
mtpaint-debuginfo 3.40-1 is empty.  Fix:

--- configure~	2011-12-29 20:08:17.000000000 +0200
+++ configure	2012-02-05 11:49:03.102554858 +0200
@@ -473,3 +473,2 @@
 fi
-[ "$OPTS" != DEBUG ] && LDFLAGS="-s $LDFLAGS" # Strip debug info
 # Set Windows-specific flags

...and while at it, another fix to use $RPM_LD_FLAGS:

--- a/mtpaint.spec
+++ b/mtpaint.spec
@@ -60,2 +60,3 @@ dos2unix -k %{name}_handbook-%{docver}/docs/{en_GB,cs}/*.html
 export CFLAGS="%{optflags}"
+export LDFLAGS="$RPM_LD_FLAGS"
 ./configure \

Comment 1 Terje Røsten 2012-02-05 11:34:21 UTC
Thanks for your report and nice fixes.

Comment 2 Terje Røsten 2012-02-05 12:57:50 UTC
$RPM_LD_FLAGS available for Fedora >= 16  only?

Comment 3 Terje Røsten 2012-02-05 13:27:57 UTC
Fixed:
 http://koji.fedoraproject.org/koji/buildinfo?buildID=297451


Note You need to log in before you can comment on or make changes to this bug.