View | Details | Raw Unified | Return to bug 9817
Collapse All | Expand All

(-)pptpd-1.3.0.orig/Makefile.am (+1 lines)
Lines 1-3 Link Here
1
export LIBDIR=$(libdir)/pptpd
1
# We have our own, simpler dependencies stuff in 'reconf'
2
# We have our own, simpler dependencies stuff in 'reconf'
2
AUTOMAKE_OPTIONS = no-dependencies foreign
3
AUTOMAKE_OPTIONS = no-dependencies foreign
3
4
(-)pptpd-1.3.0.orig/plugins/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
%.so: %.c
17
%.so: %.c
18
	$(CC) -o $@ $(LDFLAGS) $(CFLAGS) $^
18
	$(CC) -o $@ $(LDFLAGS) $(CFLAGS) $^
19
19
20
LIBDIR	= $(DESTDIR)$(prefix)/lib/pptpd
20
LIBDIR	?= $(DESTDIR)$(prefix)/lib/pptpd
21
21
22
install: $(PLUGINS)
22
install: $(PLUGINS)
23
	$(INSTALL) -d $(LIBDIR)
23
	$(INSTALL) -d $(LIBDIR)

Return to bug 9817