Project

General

Profile

Actions

Bug #3730

closed

invalid sed invocation breaks extra LDFLAGS

Added by normalperson (Eric Wong) almost 15 years ago. Updated about 14 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux]
Backport:
[ruby-core:31810]

Description

=begin
sed needs the '-e' flag when there are multiple arguments passed to it. This
was introduced in r28626 in trunk and r28781 in 1.9.2 and breaks my
normal way of linking libtcmalloc_minimal:

I get this error from ./configure output:

sed: can't read s/ *-arch *^ *//g: No such file or directory

Trivial fix attached. Please backport to 1.9.2, too. Thanks
=end


Files

configure-in-fix-sed-on-LDFLAGS.diff (697 Bytes) configure-in-fix-sed-on-LDFLAGS.diff trivial patch to fix sed invocation normalperson (Eric Wong), 08/21/2010 01:19 PM
Actions #1

Updated by shyouhei (Shyouhei Urabe) almost 15 years ago

  • Status changed from Open to Assigned
  • Assignee set to nobu (Nobuyoshi Nakada)

=begin

=end

Actions #2

Updated by nobu (Nobuyoshi Nakada) almost 15 years ago

  • Status changed from Assigned to Closed

=begin
fixed at r29066.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0