Changeset 6eccdc6 for kde/kf5


Ignore:
Timestamp:
06/17/2017 04:20:14 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
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:
956d023
Parents:
23c5563
Message:

Fix building of kdelibs4support from KDE Frameworks (thanks to Bruce for the
fix)

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

File:
1 edited

Legend:

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

    r23c5563 r6eccdc6  
    308308      cd    build
    309309
     310      case $packagedir in
     311        kdelibs4support*)
     312          export CXXFLAGS='-isystem /usr/include/openssl-1.0'
     313        ;;
     314      esac
     315
    310316      cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
    311317            -DCMAKE_PREFIX_PATH=$QT5DIR        \
     
    315321      make
    316322      as_root make install
     323
     324      case $packagedir in
     325        kdelibs4support*)
     326          unset CXXFLAGS
     327        ;;
     328      esac
     329
    317330  popd
    318331
Note: See TracChangeset for help on using the changeset viewer.