mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix dsvpn compilation
This commit is contained in:
parent
a64e54b756
commit
1d7bee7948
2 changed files with 10 additions and 3 deletions
10
dsvpn/patches/nostrip.patch
Normal file
10
dsvpn/patches/nostrip.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/Makefile 2019-08-03 22:52:54.541484359 +0200
|
||||
+++ b/Makefile 2019-08-03 22:53:00.901364600 +0200
|
||||
@@ -5,7 +5,6 @@
|
||||
|
||||
dsvpn: Makefile src/vpn.c src/charm.c src/os.c include/charm.h include/vpn.h include/os.h
|
||||
$(CC) $(CFLAGS) -Iinclude -o $@ src/vpn.c src/charm.c src/os.c
|
||||
- strip $@
|
||||
|
||||
install: dsvpn
|
||||
install -m 0755 dsvpn $(PREFIX)/sbin
|
Loading…
Add table
Add a link
Reference in a new issue