diff options
author | Ørjan Malde <red@foxi.me> | 2020-05-22 12:19:00 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-05-22 11:20:21 +0100 |
commit | a8d6b6931873de89b54f564d96e58f2cf2d4c804 (patch) | |
tree | 7f3810679f0dd17ef009e9031ced138e0e427d00 /patches | |
parent | be3c8cbc2228186d9533c19b07c462bbd0c5e1a0 (diff) | |
download | midipix_build-a8d6b6931873de89b54f564d96e58f2cf2d4c804.tar.bz2 midipix_build-a8d6b6931873de89b54f564d96e58f2cf2d4c804.tar.xz |
groups/241.native_packages_inet.group: add proxytunnel v1.10.20200507
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/proxytunnel-1.10.20200507.local.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/proxytunnel-1.10.20200507.local.patch b/patches/proxytunnel-1.10.20200507.local.patch new file mode 100644 index 00000000..d1eca5c2 --- /dev/null +++ b/patches/proxytunnel-1.10.20200507.local.patch @@ -0,0 +1,11 @@ +diff -ru proxytunnel-1.10.20200507.orig/Makefile proxytunnel-1.10.20200507/Makefile +--- proxytunnel-1.10.20200507.orig/Makefile 2020-05-07 17:17:41.000000000 +0200 ++++ proxytunnel-1.10.20200507/Makefile 2020-05-22 12:14:53.409128241 +0200 +@@ -90,7 +90,6 @@ + install: + install -d $(DESTDIR)$(bindir) + install -p -m555 $(name) $(DESTDIR)$(bindir) +- $(MAKE) -C docs install + + .c.o: + $(CC) $(CFLAGS) $(OPTFLAGS) -c -o $@ $< |