mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
pptpd: import from old packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
This commit is contained in:
11
net/pptpd/patches/002-makefile_fix.patch
Normal file
11
net/pptpd/patches/002-makefile_fix.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/plugins/Makefile
|
||||
+++ b/plugins/Makefile
|
||||
@@ -18,7 +18,7 @@ all: $(PLUGINS)
|
||||
%.so: %.c
|
||||
$(CC) -o $@ $(LDFLAGS) $(CFLAGS) $^ $(LDADD)
|
||||
|
||||
-LIBDIR ?= $(DESTDIR)$(prefix)/lib/pptpd
|
||||
+LIBDIR = $(DESTDIR)$(prefix)/lib/pptpd
|
||||
|
||||
install: $(PLUGINS)
|
||||
$(INSTALL) -d $(LIBDIR)
|
||||
Reference in New Issue
Block a user