Andreas Sturmlechner
2018-11-27 22:17:39 UTC
asturmlechner added inline comments.
Herald added projects: Dolphin, Frameworks.
Herald added subscribers: kfm-devel, kde-frameworks-devel.
INLINE COMMENTS
REPOSITORY
R320 KIO Extras
REVISION DETAIL
https://phabricator.kde.org/D12761
To: arojas, dfaure, rdieter, asturmlechner, cgiboudeaux
Cc: kde-frameworks-devel, kfm-devel, cgiboudeaux, ngraham, alexde, sourabhboss, feverfew, michaelh, spoorun, navarromorales, firef, andrebarros, bruns, emmanuelp, mikesomov
Herald added projects: Dolphin, Frameworks.
Herald added subscribers: kfm-devel, kde-frameworks-devel.
INLINE COMMENTS
CMakeLists.txt:175
+ add_feature_info("NFS kioslave" RPC_H_DIR "The RPC library is needed to build the NFS kioslave")
+ if(RPC_H_DIR)
add_subdirectory( nfs )
I would prefer a real build option instead of automagic here, and the detection below that conditional. I'm aware that's more than what we have right now.+ add_feature_info("NFS kioslave" RPC_H_DIR "The RPC library is needed to build the NFS kioslave")
+ if(RPC_H_DIR)
add_subdirectory( nfs )
cgiboudeaux wrote in CMakeLists.txt:4
This won't work for openSUSE: the tirpc headers are installed in /usr/include directly.
Could you suggest an alternative? Gentoo shares a similarity with Arch there, because otherwise libtirpc could collide with older versions of glibc.This won't work for openSUSE: the tirpc headers are installed in /usr/include directly.
REPOSITORY
R320 KIO Extras
REVISION DETAIL
https://phabricator.kde.org/D12761
To: arojas, dfaure, rdieter, asturmlechner, cgiboudeaux
Cc: kde-frameworks-devel, kfm-devel, cgiboudeaux, ngraham, alexde, sourabhboss, feverfew, michaelh, spoorun, navarromorales, firef, andrebarros, bruns, emmanuelp, mikesomov