Bug 718456 - tree 1.6.0-1 build strips the binary too early
Summary: tree 1.6.0-1 build strips the binary too early
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: tree
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: DebugInfo
TreeView+ depends on / blocked
 
Reported: 2011-07-03 08:21 UTC by Ville Skyttä
Modified: 2011-07-04 10:57 UTC (History)
1 user (show)

Fixed In Version: tree-1.6.0-2.fc16
Clone Of:
Environment:
Last Closed: 2011-07-04 10:57:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2011-07-03 08:21:45 UTC
Fix: remove -s from LDFLAGS, for example like this:

--- a/tree.spec
+++ b/tree.spec
@@ -31 +31,2 @@ utility.
-make CFLAGS="$RPM_OPT_FLAGS" "CPPFLAGS=$(getconf LFS_CFLAGS)" %{?_smp_mflags}
+make CFLAGS="$RPM_OPT_FLAGS" "CPPFLAGS=$(getconf LFS_CFLAGS)" LDFLAGS= \
+	%{?_smp_mflags}

Comment 1 Tim Waugh 2011-07-04 10:57:15 UTC
Thanks for spotting it.


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