inetutils: avoid rebuilding of whois manpage

Fixes build error.
This commit is contained in:
Leonid Pliushch 2021-04-10 17:48:56 +03:00
parent 7699c97b23
commit a6940e58e2
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 0 deletions

View File

@ -27,4 +27,5 @@ ac_cv_lib_crypt_crypt=no
termux_step_pre_configure() {
CPPFLAGS+=" -DLOGIN_PROCESS=6 -DDEAD_PROCESS=8 -DLOG_NFACILITIES=24"
touch -d "next hour" ./man/whois.1
}