On Tuesday 30 July 2013 00:05:33 Masatake YAMATO wrote: > --- a/src/Makefile.am > +++ b/src/Makefile.am > > if HAVE_LZMA > - libunwind_la_LIBADD += -llzma > + libunwind_la_LIBADD += $(LIBLZMA) > endif
the HAVE_LZMA check here is now redundant
> --- a/src/unwind/libunwind.pc.in
> +++ b/src/unwind/libunwind.pc.in
>
> Name: libunwind
> Description: libunwind base library
> Version: @VERSION@
> -Libs: -L${libdir} -lunwind
> +Libs: -L${libdir} -lunwind @LIBLZMA@
pretty sure this should be in Libs.private and not Libs
-mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
