Changeset f6d40b7d for pst


Ignore:
Timestamp:
02/06/2016 11:39:04 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7f92f72
Parents:
c218f1f
Message:
  • liblinear-210: typo and minor "gqap".
  • Update to openldap-2.4.44.
  • Update to libwnck-3.14.1.
  • Update to cups-2.1.3.
  • v4l-utils-1.10.0: typo.
  • Update to vlc-2.2.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    rc218f1f rf6d40b7d  
    77  <!ENTITY cups-download-http "http://www.cups.org/software/&cups-version;/cups-&cups-version;-source.tar.bz2">
    88  <!ENTITY cups-download-ftp  " ">
    9   <!ENTITY cups-md5sum        "b3ba0ca676d56857bbd9b182ef4b14b3">
     9  <!ENTITY cups-md5sum        "62b8fafd590e75f72316915790b0850a">
    1010  <!ENTITY cups-size          "8.5 MB">
    11   <!ENTITY cups-buildsize     "72 MB (115 MB with tests)">
    12   <!ENTITY cups-time          "0.5 SBU (5.1 SBU for tests)">
     11  <!ENTITY cups-buildsize     "72 MB (116 MB with tests)">
     12  <!ENTITY cups-time          "0.5 SBU (5.6 SBU for tests)">
    1313]>
    1414
     
    223223autoconf -I config-scripts &amp;&amp;
    224224
     225CC=gcc \
    225226./configure --libdir=/usr/lib            \
    226227            --disable-systemd            \
     
    278279      <application>libgcrypt</application> is not used anywere else in the
    279280      package.
     281    </para>
     282
     283    <para>
     284      <envar>CC=gcc</envar>: This environment variable ensures that gcc is used,
     285      if clang is installed. Remove it, if you prefer to use clang. Using clang
     286      almost doubles build time and slightly decreases build disk space.
     287      Installed disk space is not appreciably modified.
    280288    </para>
    281289<!--
Note: See TracChangeset for help on using the changeset viewer.