maintainer-feedback requested: [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:48 UTC 2018
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-ruby mailing list
<ruby at FreeBSD.org> for maintainer-feedback:
Bug 229898: [exp-run] lang/ruby2[45]: get rid of unescaped "-Wl,soname,$@" in
LDFLAGS
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229898
--- Description ---
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
==================================
More information about the freebsd-ruby
mailing list