Changeset 956d023 for kde/kf5/kf5-frameworks.xml
- Timestamp:
- 06/18/2017 05:55:24 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ddea44e
- Parents:
- 6eccdc6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/kf5/kf5-frameworks.xml
r6eccdc6 r956d023 293 293 </para> 294 294 295 <screen><userinput>while read -r line; do 295 <screen><userinput>export CXXFLAGS='-isystem /usr/include/openssl-1.0' 296 297 while read -r line; do 296 298 297 299 # Get the file name, ignoring comments and blank lines … … 307 309 mkdir build 308 310 cd build 309 310 case $packagedir in311 kdelibs4support*)312 export CXXFLAGS='-isystem /usr/include/openssl-1.0'313 ;;314 esac315 311 316 312 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \ … … 321 317 make 322 318 as_root make install 323 324 case $packagedir in325 kdelibs4support*)326 unset CXXFLAGS327 ;;328 esac329 319 330 320 popd
Note:
See TracChangeset
for help on using the changeset viewer.