Author: tijl
Date: Thu Jul  4 10:41:09 2019
New Revision: 349722
URL: https://svnweb.freebsd.org/changeset/base/349722

Log:
  MFC r349548:
  
  Build lib32 libl.  The library is built from usr.bin/lex/lib.  It would be
  better to move this directory to lib/libl, but this requires more extensive
  changes to Makefile.inc1.  This simple fix can be MFCed quickly.
  
  PR:           238874
  Reviewed by:  imp

Modified:
  stable/11/Makefile.libcompat
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/Makefile.libcompat
==============================================================================
--- stable/11/Makefile.libcompat        Thu Jul  4 10:16:44 2019        
(r349721)
+++ stable/11/Makefile.libcompat        Thu Jul  4 10:41:09 2019        
(r349722)
@@ -115,6 +115,7 @@ LIBCOMPATIMAKE+=    ${LIBCOMPATWMAKE:NINSTALL=*:NDESTDIR=
                        -DLIBRARIES_ONLY
 
 _LC_LIBDIRS.yes=               lib gnu/lib
+_LC_LIBDIRS.yes+=              usr.bin/lex/lib
 _LC_LIBDIRS.${MK_CDDL:tl}+=    cddl/lib
 _LC_LIBDIRS.${MK_CRYPT:tl}+=   secure/lib
 _LC_LIBDIRS.${MK_KERBEROS:tl}+=        kerberos5/lib
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to