Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Side by Side Diff: ports/nettle/nacl.patch

Issue 953493002: New port: nettle (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: added dependency on gmp to make nettle build libhogweed (needed by gnutls) Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 diff --git a/Makefile.in b/Makefile.in
2 --- Makefile.in
3 +++ Makefile.in
4 @@ -15,7 +15,7 @@
5 OPT_ASM_NETTLE_SOURCES = @OPT_ASM_NETTLE_SOURCES@
6 OPT_ASM_HOGWEED_SOURCES = @OPT_ASM_HOGWEED_SOURCES@
7
8 -SUBDIRS = tools testsuite examples
9 +SUBDIRS = tools testsuite
10
11 include config.make
12
13 diff --git a/tools/Makefile.in b/tools/Makefile.in
14 --- a/tools/Makefile.in
15 +++ b/tools/Makefile.in
16 @@ -24,7 +24,7 @@ TARGETS = sexp-conv$(EXEEXT) nettle-hash$(EXEEXT) nettle-pbkdf 2$(EXEEXT) \
17
18 all: $(TARGETS)
19
20 -getopt_OBJS = ../getopt.$(OBJEXT) ../getopt1.$(OBJEXT)
21 +getopt_OBJS =
22
23 sexp_conv_SOURCES = sexp-conv.c input.c output.c parse.c misc.c
24 pkcs1_conv_SOURCES = pkcs1-conv.c misc.c
OLDNEW
« ports/nettle/build.sh ('K') | « ports/nettle/build.sh ('k') | ports/nettle/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698