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-8.0-pkgconfi...

12 lines
330 B

--- rescue/rescue/Makefile.old 2010-03-12 12:14:17 +0100
+++ rescue/rescue/Makefile 2010-03-12 12:14:47 +0100
@@ -209,7 +209,7 @@
CRUNCH_LIBS+= -lbz2
CRUNCH_PROGS_usr.bin+= tar
-CRUNCH_LIBS+= -larchive -lmd
+CRUNCH_LIBS+= `pkg-config --static --libs libarchive` -lmd
.if ${MK_OPENSSL} != "no"
CRUNCH_LIBS+= -lcrypto
.endif