Edit

kc3-lang/libxml2/libxml-2.0.pc.in

Branch :

  • Show log

    Commit

  • Author : Philip Withnall
    Date : 2013-10-28 17:15:07
    Hash : f859d9a7
    Message : build: Add @LZMA_LIBS@ to libxml’s pkg-config files If libxml2 is built and linked against liblzma, the latter needs to appear in libxml2’s Libs.private pkg-config field, otherwise static linking against libxml2 will fail due to unresolved liblzma symbols. https://bugzilla.gnome.org/show_bug.cgi?id=711026

  • libxml-2.0.pc.in
  • prefix=@prefix@
    exec_prefix=@exec_prefix@
    libdir=@libdir@
    includedir=@includedir@
    modules=@WITH_MODULES@
    
    Name: libXML
    Version: @VERSION@
    Description: libXML library version2.
    Requires:
    Libs: -L${libdir} -lxml2
    Libs.private: @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
    Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@