mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Don't clobber CFLAGS
Submitted by: bde
This commit is contained in:
parent
6adf353a56
commit
d5e53157cf
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
LIB= pam_kerberosIV
|
||||
SHLIB_NAME= pam_kerberosIV.so
|
||||
SRCS= pam_kerberosIV.c klogin.c
|
||||
CFLAGS= -DKERBEROS
|
||||
CFLAGS+= -DKERBEROS
|
||||
DPADD= ${LIBKRB} ${LIBCRYPTO} ${LIBCOM_ERR}
|
||||
LDADD= -lkrb -lcrypto -lcom_err
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue