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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: ports/nettle/nacl.patch
diff --git a/ports/nettle/nacl.patch b/ports/nettle/nacl.patch
new file mode 100644
index 0000000000000000000000000000000000000000..a74726b7a09a38e71e2097d638d00118104f169e
--- /dev/null
+++ b/ports/nettle/nacl.patch
@@ -0,0 +1,24 @@
+diff --git a/Makefile.in b/Makefile.in
+--- Makefile.in
++++ Makefile.in
+@@ -15,7 +15,7 @@
+ OPT_ASM_NETTLE_SOURCES = @OPT_ASM_NETTLE_SOURCES@
+ OPT_ASM_HOGWEED_SOURCES = @OPT_ASM_HOGWEED_SOURCES@
+
+-SUBDIRS = tools testsuite examples
++SUBDIRS = tools testsuite
+
+ include config.make
+
+diff --git a/tools/Makefile.in b/tools/Makefile.in
+--- a/tools/Makefile.in
++++ b/tools/Makefile.in
+@@ -24,7 +24,7 @@ TARGETS = sexp-conv$(EXEEXT) nettle-hash$(EXEEXT) nettle-pbkdf2$(EXEEXT) \
+
+ all: $(TARGETS)
+
+-getopt_OBJS = ../getopt.$(OBJEXT) ../getopt1.$(OBJEXT)
++getopt_OBJS =
+
+ sexp_conv_SOURCES = sexp-conv.c input.c output.c parse.c misc.c
+ pkcs1_conv_SOURCES = pkcs1-conv.c misc.c
« 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