svn commit: r240740 - head/rescue/rescue

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 20 08:50:40 UTC 2012


Author: bapt
Date: Thu Sep 20 08:50:39 2012
New Revision: 240740
URL: http://svn.freebsd.org/changeset/base/240740

Log:
  unbreak build: rescue now needs -ljail if MK_ZFS is on

Modified:
  head/rescue/rescue/Makefile

Modified: head/rescue/rescue/Makefile
==============================================================================
--- head/rescue/rescue/Makefile	Thu Sep 20 08:30:17 2012	(r240739)
+++ head/rescue/rescue/Makefile	Thu Sep 20 08:50:39 2012	(r240740)
@@ -123,7 +123,7 @@ CRUNCH_LIBS+= -lalias -lcam -lcurses -ld
 CRUNCH_LIBS+= -lipx
 .endif
 .if ${MK_ZFS} != "no"
-CRUNCH_LIBS+= -lavl -lzfs -lnvpair -lpthread -luutil -lumem
+CRUNCH_LIBS+= -lavl -ljail -lzfs -lnvpair -lpthread -luutil -lumem
 .endif
 CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz
 


More information about the svn-src-all mailing list