You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-freebsd/freebsd-rescue/files/freebsd-rescue-9.1-libcleve...

22 lines
801 B

diff -Nur work.orig/rescue/rescue/Makefile work/rescue/rescue/Makefile
--- work.orig/rescue/rescue/Makefile 2012-07-29 00:50:20.000000000 +0900
+++ work/rescue/rescue/Makefile 2012-07-29 00:56:01.000000000 +0900
@@ -125,7 +125,7 @@
.if ${MK_ZFS} != "no"
CRUNCH_LIBS+= -lavl -lnvpair -lpthread -lzfs -luutil -lumem
.endif
-CRUNCH_LIBS+= -lgeom -lexpat -ljail -lkiconv -lmd -lreadline -lsbuf -lufs -lz
+CRUNCH_LIBS+= -lgeom -lexpat -ljail -lkiconv -lreadline -lsbuf -lufs
.if ${MACHINE_CPUARCH} == "i386"
CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk
@@ -216,7 +216,7 @@
CRUNCH_PROGS_usr.sbin+= chown
CRUNCH_ALIAS_chown= chgrp
##################################################################
-CRUNCH_LIBS+= -lm
+CRUNCH_LIBS+= -lmd -lz -lm
.include <bsd.crunchgen.mk>
.include <bsd.prog.mk>