mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move -ldes under kerb stuff, my fault
Reviewed by: Submitted by: Obtained from:
This commit is contained in:
parent
e74d115547
commit
b6c080f6bc
2 changed files with 6 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
|
||||
# $Id: Makefile,v 1.4 1995/07/24 21:10:47 ache Exp $
|
||||
# $Id: Makefile,v 1.5 1995/07/24 21:38:32 ache Exp $
|
||||
|
||||
# This stuff need original libdes to run (new_rnd_key.c module),
|
||||
# current eBones/des lib don't have it
|
||||
|
|
@ -22,18 +22,16 @@ CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
|
|||
SRCS+= kerberos.c
|
||||
# KRB4_ENCPWD not yet defined
|
||||
#SRCS+= krb4encpwd.c
|
||||
LDADD+= -lkrb
|
||||
LDADD+= -lkrb -ldes
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if exists(/usr/lib/libkrb5.a)
|
||||
CFLAGS+= -DKRB5 -DFORWARD
|
||||
SRCS+= kerberos5.c forward.c
|
||||
LDADD+= -lkrb5
|
||||
LDADD+= -lkrb5 -ldes
|
||||
.endif
|
||||
|
||||
LDADD+= -ldes
|
||||
|
||||
#endif /* ENCRYPTION */
|
||||
|
||||
# These are the sources that have encryption stuff in them.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
|
||||
# $Id: Makefile,v 1.4 1995/07/24 21:10:47 ache Exp $
|
||||
# $Id: Makefile,v 1.5 1995/07/24 21:38:32 ache Exp $
|
||||
|
||||
# This stuff need original libdes to run (new_rnd_key.c module),
|
||||
# current eBones/des lib don't have it
|
||||
|
|
@ -22,18 +22,16 @@ CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
|
|||
SRCS+= kerberos.c
|
||||
# KRB4_ENCPWD not yet defined
|
||||
#SRCS+= krb4encpwd.c
|
||||
LDADD+= -lkrb
|
||||
LDADD+= -lkrb -ldes
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if exists(/usr/lib/libkrb5.a)
|
||||
CFLAGS+= -DKRB5 -DFORWARD
|
||||
SRCS+= kerberos5.c forward.c
|
||||
LDADD+= -lkrb5
|
||||
LDADD+= -lkrb5 -ldes
|
||||
.endif
|
||||
|
||||
LDADD+= -ldes
|
||||
|
||||
#endif /* ENCRYPTION */
|
||||
|
||||
# These are the sources that have encryption stuff in them.
|
||||
|
|
|
|||
Loading…
Reference in a new issue