diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-01-14 23:11:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-16 15:50:07 +0000 |
commit | 7fba16c72fa48c1e80e028a9b809714a56e955a1 (patch) | |
tree | 1e7c3cf75a9d1062b5a42e8af36a127e5a79db73 /testing | |
parent | a76dfe500f2265bee948f900bc407ab8aff0854e (diff) | |
download | aports-7fba16c72fa48c1e80e028a9b809714a56e955a1.tar.bz2 aports-7fba16c72fa48c1e80e028a9b809714a56e955a1.tar.xz |
nettle - Patch for nettle makefile
Diffstat (limited to 'testing')
-rw-r--r-- | testing/nettle/nettle-2.4-makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/nettle/nettle-2.4-makefile.patch b/testing/nettle/nettle-2.4-makefile.patch new file mode 100644 index 0000000000..c216365a11 --- /dev/null +++ b/testing/nettle/nettle-2.4-makefile.patch @@ -0,0 +1,11 @@ +--- nettle-2.4/Makefile.in.orig ++++ nettle-2.4/Makefile.in +@@ -14,7 +14,7 @@ + INSTALL_STRIP_PROGRAM = $(INSTALL_PROGRAM) -s + MKDIR_P = @MKDIR_P@ + +-SUBDIRS = tools testsuite examples ++SUBDIRS = tools testsuite + + include config.make + |