libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libunwind-devel] [PATCH] Missing -llzma in libunwind.pc


From: Mike Frysinger
Subject: Re: [Libunwind-devel] [PATCH] Missing -llzma in libunwind.pc
Date: Mon, 26 Aug 2013 03:32:49 -0400
User-agent: KMail/1.13.7 (Linux/3.10.6; KDE/4.6.5; x86_64; ; )

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

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]