Changeset 6eccdc6
- 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
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r23c5563 r6eccdc6 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "17"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 1 4th &year;">9 <!ENTITY releasedate "June 17th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r23c5563 r6eccdc6 43 43 --> 44 44 <listitem> 45 <para>June 17th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Apply the fix found by Bruce for building 49 kdelibs4support from KDE Frameworks, with openssl-1.0.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>June 14th, 2017</para> 46 56 <itemizedlist> -
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.