Changeset 3bb53bb for general/sysutils


Ignore:
Timestamp:
03/03/2012 01:48:30 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f432d0bb
Parents:
6d59558
Message:

Added patch for raptor.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9572 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/raptor.xml

    r6d59558 r3bb53bb  
    3030    <title>Introduction to Raptor</title>
    3131
    32     <para><application>raptor</application> is a C library that provides a set
     32    <para><application>Raptor</application> is a C library that provides a set
    3333    of parsers and serializers that generate Resource Description Framework (RDF)
    3434    triples.</para>
    3535
    36     &lfs67_checked;
     36    &lfs70_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5858    </itemizedlist>
    5959
    60 <!--
     60
    6161    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6262    <itemizedlist spacing='compact'>
    6363      <listitem>
    6464        <para>Required patch: <ulink
    65         url="&patch-root;/raptor-&raptor-version;-fixes-1.patch"/></para>
     65        url="&patch-root;/raptor/raptor-&raptor-version;-curl.patch"/></para>
    6666      </listitem>
    6767    </itemizedlist>
    68 -->
    69     <bridgehead renderas="sect3">raptor Dependencies</bridgehead>
     68
     69    <bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
    7070
    7171    <bridgehead renderas="sect4">Required</bridgehead>
     
    9191    commands:</para>
    9292
    93 <screen><userinput>./configure prefix=/usr &amp;&amp;
     93<screen><userinput>patch -Np0 -i ../raptor-&raptor-version;-curl.patch &amp;&amp;
     94./configure --prefix=/usr --disable-static &amp;&amp;
    9495make</userinput></screen>
    9596
     
    99100
    100101  </sect2>
    101 <!--
     102
    102103  <sect2 role="commands">
    103104    <title>Command Explanations</title>
    104105
    105     <para><option>- -xyz</option>: This option is set for ...</para>
     106    <para><option>patch -Np0 -i ../raptor-&raptor-version;-curl.patch</option>: This
     107      patch fixes compiling with <application>cURL</application>.</para>
     108    <para><option>--disable-static</option>: This option prevents compiling the
     109    static archive versions of the libraries.</para>
     110  </sect2>
    106111
    107   </sect2>
    108 -->
    109112  <sect2 role="content">
    110113    <title>Contents</title>
     
    117120      <seglistitem>
    118121        <seg>rapper, raptor-config</seg>
    119         <seg>libraptor.{a,so}</seg>
     122        <seg>libraptor.so</seg>
    120123        <seg>None</seg>
    121124      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.