Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 454508 | Differences between
and this patch

Collapse All | Expand All

(-)rescue.orig/rescue/Makefile (-1 / +1 lines)
Lines 195-201 Link Here
195
CRUNCH_LIBS+= -llzma
195
CRUNCH_LIBS+= -llzma
196
196
197
CRUNCH_PROGS_usr.bin+= tar
197
CRUNCH_PROGS_usr.bin+= tar
198
CRUNCH_LIBS+= -larchive -lmd
198
CRUNCH_LIBS+= `pkg-config --static --libs libarchive | sed 's:-lz -lxml2 -lz:-lxml2 -lz:'` -lmd
199
.if ${MK_OPENSSL} != "no"
199
.if ${MK_OPENSSL} != "no"
200
CRUNCH_LIBS+= -lcrypto
200
CRUNCH_LIBS+= -lcrypto
201
.endif
201
.endif

Return to bug 454508