Re: git: 5105e1ebecc7 - main - krb5: Fix the installed compile_et
- Reply: Mark Johnston : "Re: git: 5105e1ebecc7 - main - krb5: Fix the installed compile_et"
- Reply: Lexi Winter : "Re: git: 5105e1ebecc7 - main - krb5: Fix the installed compile_et"
- In reply to: Mark Johnston : "git: 5105e1ebecc7 - main - krb5: Fix the installed compile_et"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Aug 2025 17:33:49 UTC
Hello! On 19.08.2025 16:20, Mark Johnston wrote: > diff --git a/krb5/Makefile.inc b/krb5/Makefile.inc > index cd54f7a0eff6..6db4e8d964aa 100644 > --- a/krb5/Makefile.inc > +++ b/krb5/Makefile.inc > @@ -14,7 +14,7 @@ KRB5_VERSION= 1.22-final > # MIT KRB5 uses KRB5_DIR. Heimdal uses KRB5DIR. > KRB5_SRCTOP= ${SRCTOP}/krb5 > KRB5_DIR= ${SRCTOP}/crypto/krb5/src > -KRB5_ETDIR?= ${DESTDIR}/usr/share/et > +KRB5_ETDIR?= /usr/share/et > KRB5_SRCLIBDIR= ${KRB5_DIR}/lib > > KRB5_OBJTOP= ${OBJTOP}/krb5 > diff --git a/krb5/util/et/Makefile b/krb5/util/et/Makefile > index 6eceb253c3b0..0d474efa1e8e 100644 What the reason to omit ${DESTDIR} here? It will be always install by global path instead of requested destination root. -- Sincerely, Dima (fluffy@FreeBSD.org, https://t.me/FluffyBSD, @fluffy:matrix-dev.freebsd.org) (desktop, kde, x11, office, ports-secteam)@FreeBSD team