Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
libb64
disable-werror.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disable-werror.diff of Package libb64
Index: libb64-1.2.1/base64/Makefile =================================================================== --- libb64-1.2.1.orig/base64/Makefile +++ libb64-1.2.1/base64/Makefile @@ -21,7 +21,7 @@ TARGETS = $(BINARIES) LINK.o = g++ -CFLAGS += -Werror -pedantic +CFLAGS += -pedantic CFLAGS += -DBUFFERSIZE=$(BUFFERSIZE) CFLAGS += -I../include Index: libb64-1.2.1/examples/Makefile =================================================================== --- libb64-1.2.1.orig/examples/Makefile +++ libb64-1.2.1/examples/Makefile @@ -9,7 +9,7 @@ TARGETS = $(BINARIES) DEBRIS = encoded.txt decoded.txt # only because we use ANSI C, not required to use libb64! -CFLAGS += -Werror -pedantic +CFLAGS += -pedantic CFLAGS += -I../include CXXFLAGS += $(CFLAGS) Index: libb64-1.2.1/src/Makefile =================================================================== --- libb64-1.2.1.orig/src/Makefile +++ libb64-1.2.1/src/Makefile @@ -15,7 +15,7 @@ TARGETS = $(LIBRARIES) LINK.o = gcc -CFLAGS += -Werror -pedantic +CFLAGS += -pedantic CFLAGS += -I../include vpath %.h ../include/b64
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