Fix bad link flags

This commit is contained in:
Jordy Dickinson 2018-04-02 18:37:43 -04:00
parent ce04e4e97a
commit ff44145609
No known key found for this signature in database
GPG Key ID: C809BAD019EEB620
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ pam_panic_la_SOURCES = \
pam_panic_password.c \
pam_panic_reject.c
pam_panic_la_LDFLAGS = -module -no-undefined -avoid-version
pam_panic_la_LIBADD = -lpam -lcrypto
pam_panic_la_LIBADD = -lpam -lcrypt