svn commit: r276897 - vendor/xz/dist/src/liblzma

Antoine Brodin antoine at FreeBSD.org
Sun Jan 11 08:40:22 UTC 2015


On Sat, Jan 10, 2015 at 1:07 AM, Baptiste Daroussin <bapt at freebsd.org> wrote:
> Author: bapt
> Date: Sat Jan 10 00:07:34 2015
> New Revision: 276897
> URL: https://svnweb.freebsd.org/changeset/base/276897
>
> Log:
>   Import the lzma pc file
>
> Added:
>   vendor/xz/dist/src/liblzma/liblzma.pc.in   (contents, props changed)
>
> Added: vendor/xz/dist/src/liblzma/liblzma.pc.in
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ vendor/xz/dist/src/liblzma/liblzma.pc.in    Sat Jan 10 00:07:34 2015        (r276897)
> @@ -0,0 +1,19 @@
> +#
> +# Author: Lasse Collin
> +#
> +# This file has been put into the public domain.
> +# You can do whatever you want with this file.
> +#
> +
> +prefix=@prefix@
> +exec_prefix=@exec_prefix@
> +libdir=@libdir@
> +includedir=@includedir@
> +
> +Name: liblzma
> +Description: General purpose data compression library
> +URL: @PACKAGE_URL@
> +Version: @PACKAGE_VERSION@
> +Cflags: -I${includedir}
> +Libs: -L${libdir} -llzma
> +Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
>

Hi,

There is a problem:

% grep libdir /usr/libdata/pkgconfig/liblzma.pc
libdir=/usr/lib32
Libs: -L${libdir} -llzma

Cheers,

Antoine


More information about the svn-src-all mailing list