Ignore:
Timestamp:
06/18/2017 05:55:24 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
ddea44e
Parents:
6eccdc6
Message:

Simplify fix for kdelibs4support.
Update to wayland-protocols-1.8.
Update to xterm-329.
Update to whois-5.2.16.
Update to garcon-0.6.1.
Update to Parse-Yapp-1,2.
Update to unrar-5.5.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-frameworks.xml

    r6eccdc6 r956d023  
    293293    </para>
    294294
    295 <screen><userinput>while read -r line; do
     295<screen><userinput>export CXXFLAGS='-isystem /usr/include/openssl-1.0'
     296
     297while read -r line; do
    296298
    297299    # Get the file name, ignoring comments and blank lines
     
    307309      mkdir build
    308310      cd    build
    309 
    310       case $packagedir in
    311         kdelibs4support*)
    312           export CXXFLAGS='-isystem /usr/include/openssl-1.0'
    313         ;;
    314       esac
    315311
    316312      cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
     
    321317      make
    322318      as_root make install
    323 
    324       case $packagedir in
    325         kdelibs4support*)
    326           unset CXXFLAGS
    327         ;;
    328       esac
    329319
    330320  popd
Note: See TracChangeset for help on using the changeset viewer.