]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
heimdal: Do not build a redundant source file
authorCy Schubert <cy@FreeBSD.org>
Sat, 1 Apr 2023 03:43:10 +0000 (20:43 -0700)
committerCy Schubert <cy@FreeBSD.org>
Sun, 9 Apr 2023 03:52:53 +0000 (20:52 -0700)
commit2e3c94b70d31a7e62a69d345510ac00c787eb875
treec10672f48e149de28c4f50453156c39860670320
parent264e0365e8d8e491d1205f4b6489efca2d563eed
heimdal: Do not build a redundant source file

Heimdal's lib/hdb/db3.c is only built if DB3 is enabled, i.e. #if HAVE_DB3.
FreeBSD's bdb is DB1. Therefore the entire db3.c file is #ifdef'd out.
Let's avoid building a file that results in a useless object file.

(cherry picked from commit 7ee18f5aada07f03433504545c1b7bed91cbda82)
kerberos5/lib/libhdb/Makefile