FreeBSD Bugzilla – Attachment 208741 Details for
Bug 241617
devel/rubygem-rbtrace: fix stage-qa issue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix issue
devel_rubygem-rbtrace_stage_qa_rev0.diff (text/plain), 820 bytes, created by
Steve Wills
on 2019-10-31 17:14:05 UTC
(
hide
)
Description:
patch to fix issue
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2019-10-31 17:14:05 UTC
Size:
820 bytes
patch
obsolete
>diff --git devel/rubygem-rbtrace/files/patch-ext_extconf.rb devel/rubygem-rbtrace/files/patch-ext_extconf.rb >new file mode 100644 >index 000000000000..aec92c92d9a5 >--- /dev/null >+++ devel/rubygem-rbtrace/files/patch-ext_extconf.rb >@@ -0,0 +1,11 @@ >+--- ext/extconf.rb.orig 2019-10-31 16:57:02 UTC >++++ ext/extconf.rb >+@@ -41,6 +41,8 @@ unless File.exists?("#{CWD}/dst/#{libdir}/libmsgpackc. >+ puts " -- env CFLAGS=#{ENV['CFLAGS'].inspect} LDFLAGS=#{ENV['LDFLAGS'].inspect} CC=#{ENV['CC'].inspect}" >+ sys("./configure --disable-dependency-tracking --disable-shared --with-pic --prefix=#{CWD}/dst/ --libdir=#{CWD}/dst/#{libdir}") >+ sys("make install") >++ FileUtils.rm "#{CWD}/src/#{dir}/src/.libs/libmsgpackc.la" >++ FileUtils.rm "#{CWD}/src/#{dir}/src/.libs/libmsgpack.la" >+ end >+ end >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241617
: 208741