diff options
author | Archie Cobbs <archie@FreeBSD.org> | 1999-03-10 22:28:00 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 1999-03-10 22:28:00 +0000 |
commit | d5879e7be65292eba69981545dddb13bf328f35e (patch) | |
tree | c1023bf38c7e83d53c072cc000da19efa98f7740 /security/skip/files/patch-ah | |
parent | Mention that packages for these kits can be gotten from www.freebsd.org/ports. (diff) |
Build SKIP port as a KLD instead of an LKM.
Notes
Notes:
svn path=/head/; revision=17133
Diffstat (limited to 'security/skip/files/patch-ah')
-rw-r--r-- | security/skip/files/patch-ah | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/security/skip/files/patch-ah b/security/skip/files/patch-ah index 450845a2d84f..3122c9e19286 100644 --- a/security/skip/files/patch-ah +++ b/security/skip/files/patch-ah @@ -1,12 +1,12 @@ -diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/hashcert/dh_keygen.C skipsrc-1.0/certs/hashcert/dh_keygen.C ---- skipsrc-1.0.orig/certs/hashcert/dh_keygen.C Fri Oct 25 13:11:37 1996 -+++ skipsrc-1.0/certs/hashcert/dh_keygen.C Mon Dec 15 16:57:05 1997 -@@ -54,6 +54,8 @@ +diff -ur --unidirectional-new-file skipsrc-1.0.orig/bnlib/Makefile.in work.new/bnlib/Makefile.in +--- skipsrc-1.0.orig/bnlib/Makefile.in Fri Oct 25 13:11:20 1996 ++++ work.new/bnlib/Makefile.in Mon Mar 8 21:33:38 1999 +@@ -61,7 +61,7 @@ + # code compiled with another cc, which doesn't know about -lgcc. - #include <stdio.h> - #include <stdlib.h> -+#include <unistd.h> -+#include <time.h> - #include <sys/types.h> - #include "Time.h" - #include "Bigint.h" + lbn%.o: $(srcdir)/lbn%.c $(HDRS) config.h +- $(CC) $(CPPFLAGS) $(CFLAGS) -I. -I$(srcdir) -o $@ @GCCMAGIC1@ $< @GCCMAGIC2@ ++ $(CC) $(CPPFLAGS) $(CFLAGS) -I. -I$(srcdir) -o $@ -c $< + + # Saying that every .o file depends on every header is overkill, but + # it will suffice. |