Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:gjhe
openssl-0.9.8k
disable-optimization-for-s390x.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disable-optimization-for-s390x.diff of Package openssl-0.9.8k
Index: crypto/ripemd/Makefile =================================================================== --- crypto/ripemd/Makefile.orig +++ crypto/ripemd/Makefile @@ -13,7 +13,7 @@ AR= ar r RIP_ASM_OBJ= -CFLAGS= $(INCLUDES) $(CFLAG) +CFLAGS= $(INCLUDES) $(CFLAG) -O0 ASFLAGS= $(INCLUDES) $(ASFLAG) AFLAGS= $(ASFLAGS) Index: crypto/md4/Makefile =================================================================== --- crypto/md4/Makefile.orig +++ crypto/md4/Makefile @@ -7,11 +7,11 @@ TOP= ../.. CC= cc CPP= $(CC) -E INCLUDES= -CFLAG=-g +CFLAG=-g MAKEFILE= Makefile AR= ar r -CFLAGS= $(INCLUDES) $(CFLAG) +CFLAGS= $(INCLUDES) $(CFLAG) -O0 GENERAL=Makefile TEST=md4test.c
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