From 73fa53fd596033691427252edc55defef957e43f Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Tue, 4 Feb 2014 20:34:45 +0200 Subject: [PATCH] nettle: dont build subdirs --- .../patches/nettle-01_dont-build-subdirs.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/security/nettle/patches/nettle-01_dont-build-subdirs.patch diff --git a/packages/security/nettle/patches/nettle-01_dont-build-subdirs.patch b/packages/security/nettle/patches/nettle-01_dont-build-subdirs.patch new file mode 100644 index 0000000000..b5fe9ff02d --- /dev/null +++ b/packages/security/nettle/patches/nettle-01_dont-build-subdirs.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile.in b/Makefile.in +index 2c25007..7980fa8 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -16,7 +16,7 @@ MKDIR_P = @MKDIR_P@ + + OPT_ASM_SOURCES = @OPT_ASM_SOURCES@ + +-SUBDIRS = tools testsuite examples ++SUBDIRS = + + include config.make +