abinfo "Creating folders for installing ..."
mkdir -pv "$PKGDIR"/usr/{bin,share/man/man8,etc/rc.d}

# Note: From Fedora
#
# Prior to version 3.4, this was handled by the configure script. If it is not
# defined, the build fails because time.h is not included in report.c. This
# regregression was reported upstream by email to arpwatch@ee.lbl.gov on
# 2023-09-06.
#
# Link: https://src.fedoraproject.org/rpms/arpwatch/blob/66681fcceb7a9a96cbc18c3f0699566d19c63da6/f/arpwatch.spec#_142
export CPPFLAGS="${CPPFLAGS-} -DTIME_WITH_SYS_TIME=1"
