forked from pool/rubygem-ruby-augeas
- Add gcc14.patch dont enforce the check until upstream can fix the code OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-augeas?expand=0&rev=15
12 lines
395 B
Diff
12 lines
395 B
Diff
Index: ruby-augeas-0.5.0/ext/augeas/extconf.rb
|
|
===================================================================
|
|
--- ruby-augeas-0.5.0.orig/ext/augeas/extconf.rb
|
|
+++ ruby-augeas-0.5.0/ext/augeas/extconf.rb
|
|
@@ -31,4 +31,6 @@ unless pkg_config("libxml-2.0")
|
|
raise "libxml2-devel not installed"
|
|
end
|
|
|
|
+$CFLAGS << ' -Wno-error=incompatible-pointer-types '
|
|
+
|
|
create_makefile(extension_name)
|