9e01a15a9e
OpenSCEP is an open source implementation of the SCEP protocol used by Cisco routers for certificate enrollment to build VPNs. It implements most of the draft specification. OpenSCEP includes a client and a server implementation, as well as some CGI programs to simplify certificate and revocation list management. WWW: http://openscep.othello.ch/ PR: ports/81264 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
11 lines
389 B
Text
11 lines
389 B
Text
--- scepd/Makefile.in.orig Thu May 19 16:41:14 2005
|
|
+++ scepd/Makefile.in Thu May 19 16:41:26 2005
|
|
@@ -132,7 +132,7 @@
|
|
LDADD = ../lib/libscep.la
|
|
LDFLAGS = -R$(libdir)
|
|
|
|
-CPPFLAGS = -DOPENSCEPDIR=\"$(OPENSCEPDIR)\"
|
|
+CPPFLAGS += -DOPENSCEPDIR=\"$(OPENSCEPDIR)\"
|
|
|
|
INCLUDES = $(INCLTDL) -I$(top_srcdir)/include -I$(OPENSSLDIR)/include
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|