svn commit: r274217 - head/rescue/rescue

Marcel Moolenaar marcel at FreeBSD.org
Fri Nov 7 04:39:02 UTC 2014


Author: marcel
Date: Fri Nov  7 04:39:01 2014
New Revision: 274217
URL: https://svnweb.freebsd.org/changeset/base/274217

Log:
  Add libxo, now needed by df(1).
  
  Pointed out by: rodrigc@ (thanks!)

Modified:
  head/rescue/rescue/Makefile

Modified: head/rescue/rescue/Makefile
==============================================================================
--- head/rescue/rescue/Makefile	Fri Nov  7 04:11:43 2014	(r274216)
+++ head/rescue/rescue/Makefile	Fri Nov  7 04:39:01 2014	(r274217)
@@ -52,7 +52,7 @@ CRUNCH_SRCDIRS+= bin
 CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo 	\
 	 ed expr getfacl hostname kenv kill ln ls mkdir mv	\
 	 pkill ps pwd realpath rm rmdir setfacl sh stty sync test
-CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -ll -ltermcapw -lutil
+CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -ll -ltermcapw -lutil -lxo
 CRUNCH_BUILDTOOLS+= bin/sh
 
 # Additional options for specific programs


More information about the svn-src-head mailing list