diff options
author | T3slider <t3slider@gmail.com> | 2014-08-07 12:54:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-07 12:54:29 +0700 |
commit | 28c9436faa66e491f24e9754bb6e8b5578076736 (patch) | |
tree | 81923be1b1efa8cb1287f889a7faa3d78e1f835b /network/dnscrypt-wrapper/Makefile.patch | |
parent | 5e6c7f584aa496d0c2bb0af15f35027391e2512c (diff) |
network/dnscrypt-wrapper: Updated for version 0.1.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dnscrypt-wrapper/Makefile.patch')
-rw-r--r-- | network/dnscrypt-wrapper/Makefile.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/dnscrypt-wrapper/Makefile.patch b/network/dnscrypt-wrapper/Makefile.patch new file mode 100644 index 0000000000..136c782585 --- /dev/null +++ b/network/dnscrypt-wrapper/Makefile.patch @@ -0,0 +1,10 @@ +--- Makefile.orig 2014-08-06 19:21:52.477696790 -0400 ++++ Makefile 2014-08-06 19:22:44.670100677 -0400 +@@ -154,7 +154,6 @@ + @$(MAKE) -C argparse libargparse.a + + argparse/argparse.h: +- git submodule update --init argparse + + $(LIB_OBJS): $(LIB_H) + |