From f0baac9e321dfaffc2bb50e28ba401810c69c304 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Thu, 25 Apr 2019 20:48:25 +0000 Subject: [PATCH] libbe(3): Fix libcompat build SHLIBDIR should still be optionally set, just before src.opts.mk is included so that libcompat can properly override it. This fixes lib32 failures reported by both Jenkins and Michael Butler. Reported by: Michael Butler MFC after: 3 days X-MFC-With: r346546 --- lib/libbe/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libbe/Makefile b/lib/libbe/Makefile index e70ed38ff024..9d2dc04918dd 100644 --- a/lib/libbe/Makefile +++ b/lib/libbe/Makefile @@ -1,10 +1,11 @@ # $FreeBSD$ +SHLIBDIR?= /lib + .include PACKAGE= lib${LIB} LIB= be -SHLIBDIR= /lib SHLIB_MAJOR= 1 SHLIB_MINOR= 0