Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2014 04:39:01 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274217 - head/rescue/rescue
Message-ID:  <201411070439.sA74d12s085540@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411070439.sA74d12s085540>