Changeset d1f5294 for kde/kf5/kf5-frameworks.xml
- Timestamp:
- 02/12/2018 12:06:58 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- da8e9f9
- Parents:
- 4628cd88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/kf5/kf5-frameworks.xml
r4628cd88 rd1f5294 312 312 tar -xf $file 313 313 pushd $packagedir 314 315 case $packagedir in316 kdelibs4support*)317 sed -i.orig \318 '/OPENSSL_FOUND/i set(OPENSSL_INCLUDE_DIR "/usr/include/openssl-1.0")' \319 src/CMakeLists.txt320 ;;321 esac322 323 314 mkdir build 324 315 cd build … … 331 322 make 332 323 as_root make install 333 334 popd 324 popd 335 325 <!-- some packages end with files owned by root in $packagedir, so use as_root 336 326 in the following -->
Note:
See TracChangeset
for help on using the changeset viewer.