Changeset 1e5da9b for gnome/applications


Ignore:
Timestamp:
05/19/2020 08:53:31 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c764687
Parents:
881d8cf
Message:

Fix vinagre to avoid -fcommon

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/vinagre.xml

    r881d8cf r1e5da9b  
    105105
    106106    <para>
     107      First fix an issue exposed by GCC-10:
     108    </para>
     109
     110<screen><userinput>sed -e '/_VinagreVnc/i gboolean scaling_command_line;' \
     111    -i plugins/vnc/vinagre-vnc-connection.c &amp;&amp;
     112sed -e '/scaling_/s/^/extern /' \
     113    -i plugins/vnc/vinagre-vnc-connection.h</userinput></screen>
     114
     115    <para>
    107116      Install <application>Vinagre</application> by running the following
    108117      commands:
    109118    </para>
    110119
    111 <screen><userinput>./configure --prefix=/usr CFLAGS="$CFLAGS -fcommon" \
     120<screen><userinput>./configure --prefix=/usr \
    112121            --enable-compile-warnings=minimum &amp;&amp;
    113122make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.