mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-shells/tcsh-6.22.04: disable non-functional utmp on musl
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
@@ -77,6 +77,12 @@ src_configure() {
|
||||
append-cppflags -D_PATH_USRBIN="'"'"${EPREFIX}/usr/bin"'"'"
|
||||
append-cppflags -D_PATH_BIN="'"'"${EPREFIX}/bin"'"'"
|
||||
|
||||
# musl's utmp is non-functional
|
||||
if use elibc_musl ; then
|
||||
export ac_cv_header_utmp_h=no
|
||||
export ac_cv_header_utmpx_h=no
|
||||
fi
|
||||
|
||||
econf \
|
||||
--prefix="${EPREFIX:-}" \
|
||||
--datarootdir='${prefix}/usr/share' \
|
||||
|
||||
Reference in New Issue
Block a user