[packages] ptunnel: Update to v0.71 (#5824)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17605 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
13
net/ptunnel/patches/001-prefix.patch
Normal file
13
net/ptunnel/patches/001-prefix.patch
Normal file
@ -0,0 +1,13 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -12,8 +12,8 @@ WIN32_CFLAGS = -g -Wall -DWIN32 -I"c:\Pr
|
||||
WIN32_LDOPTS = -lwpcap -lwsock32 -L"c:\Program Files\WpdPack\Lib"
|
||||
WIN32_PT_OBJS = ptunnel.obj md5.obj
|
||||
|
||||
-prefix = /usr
|
||||
-bindir = $(prefix)/bin
|
||||
+prefix = $(DESTDIR)/usr
|
||||
+bindir = $(prefix)/sbin
|
||||
mandir = $(prefix)/share/man/man8
|
||||
|
||||
all: ptunnel
|
Reference in New Issue
Block a user