summaryrefslogtreecommitdiffstats
path: root/security/pidentd
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1997-09-01 13:50:41 +0000
committertorstenb <torstenb@FreeBSD.org>1997-09-01 13:50:41 +0000
commite0b5ab5747ac031057a3ab0c3e468999c20a0dcc (patch)
treec67628a3ff72f6f7ca66050ed8a74b59c132ce13 /security/pidentd
parentd533d70d376869ca6ad34faad7d137ec15486e1b (diff)
downloadFreeBSD-ports-e0b5ab5747ac031057a3ab0c3e468999c20a0dcc.zip
FreeBSD-ports-e0b5ab5747ac031057a3ab0c3e468999c20a0dcc.tar.gz
link idecrypt with -ldes
Diffstat (limited to 'security/pidentd')
-rw-r--r--security/pidentd/files/patch-ai19
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
OpenPOWER on IntegriCloud