Changeset 6eccdc6 for kde/kf5/kf5-frameworks.xml
- Timestamp:
- 06/17/2017 04:20:14 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 956d023
- Parents:
- 23c5563
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/kf5/kf5-frameworks.xml
r23c5563 r6eccdc6 308 308 cd build 309 309 310 case $packagedir in 311 kdelibs4support*) 312 export CXXFLAGS='-isystem /usr/include/openssl-1.0' 313 ;; 314 esac 315 310 316 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \ 311 317 -DCMAKE_PREFIX_PATH=$QT5DIR \ … … 315 321 make 316 322 as_root make install 323 324 case $packagedir in 325 kdelibs4support*) 326 unset CXXFLAGS 327 ;; 328 esac 329 317 330 popd 318 331
Note:
See TracChangeset
for help on using the changeset viewer.