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:
parent
b9b61b5f50
commit
267ff371fa
@ -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
|
Thu Dec 9 07:04:32 UTC 2010 - gjhe@novell.com
|
||||||
|
|
||||||
|
@ -230,6 +230,7 @@ $RPM_OPT_FLAGS \
|
|||||||
-fomit-frame-pointer \
|
-fomit-frame-pointer \
|
||||||
-fno-strict-aliasing \
|
-fno-strict-aliasing \
|
||||||
-DTERMIO \
|
-DTERMIO \
|
||||||
|
-DPURIFY \
|
||||||
%ifnarch hppa
|
%ifnarch hppa
|
||||||
-Wall \
|
-Wall \
|
||||||
-fstack-protector "
|
-fstack-protector "
|
||||||
@ -327,7 +328,7 @@ test -L $RPM_BUILD_ROOT%{_libdir}/libcrypto.so
|
|||||||
cat > showciphers.c <<EOF
|
cat > showciphers.c <<EOF
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
#include <openssl/ssl.h>
|
#include <openssl/ssl.h>
|
||||||
void main(){
|
int main(){
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
SSL_CTX *ctx;
|
SSL_CTX *ctx;
|
||||||
SSL *ssl;
|
SSL *ssl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user