Ignore:
Timestamp:
08/29/2016 04:34:40 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
998a0e0
Parents:
0feedb07
Message:

Fix WebkitGTK+-2.4.x with GCC-6.1.x
(systemd) Convert some dependencies to internal for Abiword and LO

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk2.xml

    r0feedb07 r534c8e9  
    3737    </para>
    3838
    39     &lfs79_checked;&gcc6_checked;
     39    &lfs7a_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    169169<screen><userinput>mkdir build3 &amp;&amp;
    170170pushd build3 &amp;&amp;
     171CFLAGS="-fno-delete-null-pointer-checks"   \
     172CXXFLAGS="-fno-delete-null-pointer-checks" \
    171173../configure --prefix=/usr --enable-introspection &amp;&amp;
    172174make &amp;&amp;
     
    181183<screen><userinput>mkdir build2 &amp;&amp;
    182184pushd build2 &amp;&amp;
     185CFLAGS="-fno-delete-null-pointer-checks"   \
     186CXXFLAGS="-fno-delete-null-pointer-checks" \
    183187../configure --prefix=/usr --with-gtk=2.0 --disable-webkit2 &amp;&amp;
    184188make &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.