diff options
author | torstenb <torstenb@FreeBSD.org> | 1997-09-01 13:50:41 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1997-09-01 13:50:41 +0000 |
commit | e0b5ab5747ac031057a3ab0c3e468999c20a0dcc (patch) | |
tree | c67628a3ff72f6f7ca66050ed8a74b59c132ce13 | |
parent | d533d70d376869ca6ad34faad7d137ec15486e1b (diff) | |
download | FreeBSD-ports-e0b5ab5747ac031057a3ab0c3e468999c20a0dcc.zip FreeBSD-ports-e0b5ab5747ac031057a3ab0c3e468999c20a0dcc.tar.gz |
link idecrypt with -ldes
-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 0000000..8f730ae --- /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 |