SHA256
1
0
forked from pool/openssl

Accepting request 57693 from Base:System

Accepted submit request 57693 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/57693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=45
This commit is contained in:
Marcus Rückert 2011-01-10 15:41:42 +00:00 committed by Git OBS Bridge
parent b9b61b5f50
commit 267ff371fa
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 10 11:45:27 CET 2011 - meissner@suse.de
- enable -DPURIFY to avoid valgrind errors.
-------------------------------------------------------------------
Thu Dec 9 07:04:32 UTC 2010 - gjhe@novell.com

View File

@ -230,6 +230,7 @@ $RPM_OPT_FLAGS \
-fomit-frame-pointer \
-fno-strict-aliasing \
-DTERMIO \
-DPURIFY \
%ifnarch hppa
-Wall \
-fstack-protector "
@ -327,7 +328,7 @@ test -L $RPM_BUILD_ROOT%{_libdir}/libcrypto.so
cat > showciphers.c <<EOF
#include <openssl/err.h>
#include <openssl/ssl.h>
void main(){
int main(){
unsigned int i;
SSL_CTX *ctx;
SSL *ssl;