diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-07 12:47:01 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-07 12:47:01 -0700 |
commit | ef4518e9aad321a6b6f7af940bbccdbcf42595d0 (patch) | |
tree | 5426cc1fa703668044762b70fbb5b819bccf20cb /include | |
parent | f398f615b6df385aec2b3553310cc237b29e068a (diff) | |
download | alpine-ef4518e9aad321a6b6f7af940bbccdbcf42595d0.tar.xz |
* Do not add -lcrypt to LIBS when it is not required. Reported by Ryan
Elliot.
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.h.in b/include/config.h.in index 453a2c12..19d7b34d 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -478,7 +478,8 @@ /* Enable keyboard lock support */ #undef KEYBOARD_LOCK -/* Define to the sub-directory where libtool stores uninstalled libraries. */ +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ #undef LT_OBJDIR /* Path to local inboxes for pico newmail check */ |