Ignore:
Timestamp:
12/04/2021 03:28:15 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
lazarus
Children:
e6974d1
Parents:
b22e4ceb (diff), edd2feb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into lazarus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/jansson.xml

    rb22e4ceb r8307474  
    55  %general-entities;
    66
    7   <!ENTITY jansson-download-http "https://digip.org/jansson/releases/jansson-&jansson-version;.tar.gz">
     7  <!ENTITY jansson-download-http "https://github.com/akheron/jansson/releases/download/v&jansson-version;/jansson-&jansson-version;.tar.bz2">
    88  <!ENTITY jansson-download-ftp  " ">
    9   <!ENTITY jansson-md5sum        "570af45b8203e95876d71fecd56cee20">
    10   <!ENTITY jansson-size          "520 KB">
    11   <!ENTITY jansson-buildsize     "7.8 MB">
    12   <!ENTITY jansson-time          "0.1 SBU">
     9  <!ENTITY jansson-md5sum        "3f90473d7d54ebd1cb6a2757396641df">
     10  <!ENTITY jansson-size          "424 KB">
     11  <!ENTITY jansson-buildsize     "5.6 MB (add 1.9 MB for tests">
     12  <!ENTITY jansson-time          "0.1 SBU [with tests)">
    1313]>
    1414
     
    8080
    8181    <para>
     82      First fix one of the tests:
     83    </para>
     84
     85<screen><userinput>sed -e "/DT/s;| sort;| sed 's/@@libjansson.*//' &amp;;" \
     86    -i test/suites/api/check-exports</userinput></screen>
     87
     88    <para>
    8289      Install <application>jansson</application> by running the following
    8390      commands:
Note: See TracChangeset for help on using the changeset viewer.