mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
etc: Avoid duplicate gss files installation
From Cirrus-CI
su user -c "/usr/libexec/flua tools/pkgbase/metalog_reader.lua \
-c /usr/obj/$(pwd -P)/${TARGET}.${TARGET_ARCH}/worldstage/METALOG"
error: ./etc/gss/mech file repeated with same meta: line 2127,40175
error: ./etc/gss/qop file repeated with same meta: line 2128,40176
Prior to 1b735665f4 the Heimdal versions were installed via
distribution:
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
1b735665f4 added a conditional for MK_MITKRB5 but also added gss or
gss-krb5 to SUBDIRS, causing these files to be installed twice.
Fixes: 1b735665f4 ("etc/gss: Add MIT GSS glue")
Event: Kitchener-Waterloo Hackathon 202506
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
54eda43cc1
commit
fc77abfd1e
1 changed files with 0 additions and 6 deletions
|
|
@ -15,12 +15,6 @@ SUBDIR+=termcap
|
|||
SUBDIR+=sendmail
|
||||
.endif
|
||||
|
||||
.if ${MK_MITKRB5} != "no"
|
||||
SUBDIR+=gss-krb5
|
||||
.else
|
||||
SUBDIR+=gss
|
||||
.endif
|
||||
|
||||
# NB: keep these sorted by MK_* knobs
|
||||
|
||||
ETCMAIL=aliases
|
||||
|
|
|
|||
Loading…
Reference in a new issue