Author: kevans
Date: Thu Apr 25 20:48:25 2019
New Revision: 346705
URL: https://svnweb.freebsd.org/changeset/base/346705

Log:
  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 <i...@protected-networks.net>
  MFC after:    3 days
  X-MFC-With:   r346546

Modified:
  head/lib/libbe/Makefile

Modified: head/lib/libbe/Makefile
==============================================================================
--- head/lib/libbe/Makefile     Thu Apr 25 20:23:13 2019        (r346704)
+++ head/lib/libbe/Makefile     Thu Apr 25 20:48:25 2019        (r346705)
@@ -1,10 +1,11 @@
 # $FreeBSD$
 
+SHLIBDIR?=     /lib
+
 .include <src.opts.mk>
 
 PACKAGE=       lib${LIB}
 LIB=           be
-SHLIBDIR=      /lib
 SHLIB_MAJOR=   1
 SHLIB_MINOR=   0
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to