Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/polarssl/files: polarssl-1.0.0-makefile.patch polarssl-0.12.0-makefile.patch
Date: Sat, 19 Nov 2011 14:45:41
Message-Id: 20111119144531.47E642004C@flycatcher.gentoo.org
1 tommy 11/11/19 14:45:31
2
3 Added: polarssl-1.0.0-makefile.patch
4 Removed: polarssl-0.12.0-makefile.patch
5 Log:
6 Version bump, drop unused patch
7
8 (Portage version: 2.2.0_alpha76-r1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 net-libs/polarssl/files/polarssl-1.0.0-makefile.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.0.0-makefile.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.0.0-makefile.patch?rev=1.1&content-type=text/plain
15
16 Index: polarssl-1.0.0-makefile.patch
17 ===================================================================
18 --- old/library/Makefile 2011-11-16 17:41:41.000000000 -0500
19 +++ old/library/Makefile 2011-11-16 18:00:12.000000000 -0500
20 @@ -2,7 +2,7 @@
21 # Also see "include/polarssl/config.h"
22
23 CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement
24 -OFLAGS = -O
25 +# OFLAGS = -O
26
27 # MicroBlaze specific options:
28 # CFLAGS += -mno-xl-soft-mul -mxl-barrel-shift
29 @@ -32,7 +32,7 @@
30 sha4.o ssl_cli.o ssl_srv.o \
31 ssl_tls.o timing.o version.o \
32 x509parse.o xtea.o
33 -
34 +
35
36 .SILENT:
37
38 --- old/Makefile 2011-11-16 17:41:41.000000000 -0500
39 +++ old/Makefile 2011-11-16 18:01:56.000000000 -0500
40 @@ -12,10 +12,10 @@
41 install:
42 mkdir -p $(DESTDIR)/include/polarssl
43 cp -r include/polarssl $(DESTDIR)/include
44 -
45 +
46 mkdir -p $(DESTDIR)/lib
47 cp library/libpolarssl.* $(DESTDIR)/lib
48 -
49 +
50 mkdir -p $(DESTDIR)/bin
51 for p in programs/*/* ; do \
52 if [ -x $$p ] && [ ! -d $$p ] ; \
53 --- old/programs/Makefile 2011-11-16 17:41:41.000000000 -0500
54 +++ old/programs/Makefile 2011-11-16 18:05:31.000000000 -0500
55 @@ -4,7 +4,7 @@
56 # To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
57
58 CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement
59 -OFLAGS = -O
60 +# OFLAGS = -O
61 LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS)
62
63 APPS = aes/aescrypt2 aes/crypt_and_hash \
64 --- old/tests/Makefile 2011-11-16 17:41:41.000000000 -0500
65 +++ old/tests/Makefile 2011-11-16 17:59:27.000000000 -0500
66 @@ -6,7 +6,7 @@
67 CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement \
68 -Wno-unused-function -Wno-unused-value
69
70 -OFLAGS = -O
71 +# OFLAGS = -O
72 LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS)
73
74 APPS = test_suite_aes test_suite_arc4 \