Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Marvin1973:pcs
rubygem-google-protobuf
do-not-wrap.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File do-not-wrap.patch of Package rubygem-google-protobuf
Index: google-protobuf-3.25.1/ext/google/protobuf_c/extconf.rb =================================================================== --- google-protobuf-3.25.1.orig/ext/google/protobuf_c/extconf.rb +++ google-protobuf-3.25.1/ext/google/protobuf_c/extconf.rb @@ -12,17 +12,12 @@ else $CFLAGS += " -std=gnu99 -O3 -DNDEBUG" end -if RUBY_PLATFORM =~ /linux/ - # Instruct the linker to point memcpy calls at our __wrap_memcpy wrapper. - $LDFLAGS += " -Wl,-wrap,memcpy" -end - $VPATH << "$(srcdir)/third_party/utf8_range" $INCFLAGS += " -I$(srcdir)/third_party/utf8_range" $srcs = ["protobuf.c", "convert.c", "defs.c", "message.c", - "repeated_field.c", "map.c", "ruby-upb.c", "wrap_memcpy.c", + "repeated_field.c", "map.c", "ruby-upb.c", "naive.c", "range2-neon.c", "range2-sse.c", "shared_convert.c", "shared_message.c"] create_makefile(ext_name)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor