svn commit: r228112 - head/rescue/rescue

Max Khon fjoe at FreeBSD.org
Tue Nov 29 03:27:10 UTC 2011


Author: fjoe
Date: Tue Nov 29 03:27:09 2011
New Revision: 228112
URL: http://svn.freebsd.org/changeset/base/228112

Log:
  -lreadline is not required anymore.

Modified:
  head/rescue/rescue/Makefile

Modified: head/rescue/rescue/Makefile
==============================================================================
--- head/rescue/rescue/Makefile	Tue Nov 29 02:07:07 2011	(r228111)
+++ head/rescue/rescue/Makefile	Tue Nov 29 03:27:09 2011	(r228112)
@@ -125,7 +125,7 @@ CRUNCH_LIBS+= -lipx
 .if ${MK_ZFS} != "no"
 CRUNCH_LIBS+= -lavl -lnvpair -lzfs -lpthread -luutil -lumem
 .endif
-CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lreadline -lsbuf -lufs -lz
+CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs -lz
 
 .if ${MACHINE_CPUARCH} == "i386"
 CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk


More information about the svn-src-all mailing list