[Bug 229898] [exp-run] lang/ruby2[45]: get rid of unescaped "-Wl,soname,$@" in LDFLAGS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jul 20 02:00:49 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229898
Bug ID: 229898
Summary: [exp-run] lang/ruby2[45]: get rid of unescaped
"-Wl,soname,$@" in LDFLAGS
Product: Ports & Packages
Version: Latest
Hardware: Any
URL: https://reviews.freebsd.org/D16341
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ruby at FreeBSD.org
Reporter: fluffy at FreeBSD.org
Assignee: ruby at FreeBSD.org
Flags: maintainer-feedback?(ruby at FreeBSD.org)
Flags: exp-run?
Created attachment 195287
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195287&action=edit
lang/ruby2[45]: get rid of unescaped "-Wl,soname,$@" in LDFLAGS
lang/ruby2[45]: Use internal RUBY_DLDFLAGS right way, get rid of unescaped
macro '$@' for build and in the pkg-config template
lang/ruby23 is already fixed same way, port it to newer releases
This unbreak ninja builds with any ports relied on libruby.so
=== example buildlog unpatched ===
ninja: error: build.ninja:3434: bad $-escape (literal $ must be written as $$)
LINK_LIBRARIES = -fstack-protector -Wl,-soname,$@ -lruby24 -lelf -lunw...
^ near here
==================================
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ruby
mailing list