summaryrefslogtreecommitdiff
path: root/lib/libbe
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2019-04-25 20:48:25 +0000
committerKyle Evans <kevans@FreeBSD.org>2019-04-25 20:48:25 +0000
commitf0baac9e321dfaffc2bb50e28ba401810c69c304 (patch)
tree2f6d89ea54d14aed444bb0d0160213a45c07cf7b /lib/libbe
parent125e3b9d9be1dc2fa62e0ab6cc93fa64e576bd17 (diff)
downloadsrc-test-f0baac9e321dfaffc2bb50e28ba401810c69c304.tar.gz
src-test-f0baac9e321dfaffc2bb50e28ba401810c69c304.zip
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 <imb@protected-networks.net> MFC after: 3 days X-MFC-With: r346546
Notes
Notes: svn path=/head/; revision=346705
Diffstat (limited to 'lib/libbe')
-rw-r--r--lib/libbe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libbe/Makefile b/lib/libbe/Makefile
index e70ed38ff0241..9d2dc04918dd7 100644
--- a/lib/libbe/Makefile
+++ b/lib/libbe/Makefile
@@ -1,10 +1,11 @@
# $FreeBSD$
+SHLIBDIR?= /lib
+
.include <src.opts.mk>
PACKAGE= lib${LIB}
LIB= be
-SHLIBDIR= /lib
SHLIB_MAJOR= 1
SHLIB_MINOR= 0