From 62341526548ec0a4e88f89ac64cd7cebeba91d41 Mon Sep 17 00:00:00 2001 From: Torsten Blum Date: Mon, 1 Sep 1997 13:50:41 +0000 Subject: link idecrypt with -ldes --- security/pidentd/files/patch-ai | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 security/pidentd/files/patch-ai (limited to 'security') 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 -- cgit v1.2.3