diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-16 18:26:11 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-16 18:26:11 +0000 |
commit | eec2e11d22281005192bbd9cc6f209ecd225a296 (patch) | |
tree | 69f6e51911f6d8c5e0fd8ae5171743481bfdfea0 /kerberosIV | |
parent | bb55afc123ae2971a1b79bfd03927a241f3732b7 (diff) |
Fix build issue for powerpc. This is a workaround for des_* references
found in libkrb.so.9.0. The correct solution needs to be worked on.
OKed by theo.
Diffstat (limited to 'kerberosIV')
-rw-r--r-- | kerberosIV/usr.bin/pagsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/usr.bin/pagsh/Makefile b/kerberosIV/usr.bin/pagsh/Makefile index 4e6e17558f5..6b6e454383b 100644 --- a/kerberosIV/usr.bin/pagsh/Makefile +++ b/kerberosIV/usr.bin/pagsh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2000/02/25 16:35:32 hin Exp $ +# $OpenBSD: Makefile,v 1.2 2000/09/16 18:26:10 rahnds Exp $ PROG = pagsh @@ -8,7 +8,7 @@ KRBDEPTH=../.. .PATH: ${KRBSRC}/appl/afsutil CFLAGS += -I. -LDADD += ${LIBROKEN} -lkrb -lkafs +LDADD += ${LIBROKEN} -lkrb -lkafs -lcrypto SRCS = pagsh.c |