mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
12 lines
270 B
Diff
12 lines
270 B
Diff
--- 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)
|