On 17/06/2017 18:07, Pierre Labastie wrote: > On 17/06/2017 17:50, Bruce Dubbs wrote: >> Pierre Labastie wrote: >>> On 16/06/2017 23:17, Bruce Dubbs wrote: >>>> Bruce Dubbs wrote: >>>> [...] >>>> So the fix here is to add CXXFLAGS. No changes are needed for the files. >>>> Please double check. >>>> >>> >>> Yes it works. I added to the script given in the book (after "cd build"): >>> ----- >>> case $packagedir in >>> kdelibs4support*) >>> export CXXFLAGS='-isystem /usr/include/openssl-1.0' >>> ;; >>> esac >>> ----- >>> >>> Do you want me to fix the book? >> >> That would be helpful, but we also probably ought to unset CXXFLAGS when it >> is >> no longer needed for those who do not run the commands in a script. >> > > Right, will do something like (after make install): > case $packagedir in > kdelibs4support*) > unset CXXFLAGS > ;; > esac >
Done at r18830 Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
