diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1997-09-01 13:50:41 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1997-09-01 13:50:41 +0000 |
commit | 62341526548ec0a4e88f89ac64cd7cebeba91d41 (patch) | |
tree | 1ffd81d20ff72bc81938f1109c37226a9aec68b4 /security | |
parent | Upgrade to 3.01. (diff) |
link idecrypt with -ldes
Notes
Notes:
svn path=/head/; revision=7745
Diffstat (limited to 'security')
-rw-r--r-- | security/pidentd/files/patch-ai | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/pidentd/files/patch-ai b/security/pidentd/files/patch-ai new file mode 100644 index 000000000000..8f730ae08a76 --- /dev/null +++ b/security/pidentd/files/patch-ai @@ -0,0 +1,19 @@ +*** src/Makefile.orig Mon Sep 1 15:47:04 1997 +--- src/Makefile Mon Sep 1 15:47:11 1997 +*************** +*** 18,24 **** + mv $(PREFIX)identd .. + + idecrypt: idecrypt.o crypto.o +! $(CC) $(LDFLAGS) -o idecrypt idecrypt.o crypto.o + mv idecrypt .. + + identd.o: identd.c identd.h error.h crypto.h Makefile +--- 18,24 ---- + mv $(PREFIX)identd .. + + idecrypt: idecrypt.o crypto.o +! $(CC) $(LDFLAGS) -o idecrypt idecrypt.o crypto.o $(LIBS) + mv idecrypt .. + + identd.o: identd.c identd.h error.h crypto.h Makefile |