diff --git a/src/kde/kioslave/recoll/CMakeLists.txt b/src/kde/kioslave/recoll/CMakeLists.txt index 97017286..560d18b4 100644 --- a/src/kde/kioslave/recoll/CMakeLists.txt +++ b/src/kde/kioslave/recoll/CMakeLists.txt @@ -46,6 +46,7 @@ ${rcltop}/internfile/internfile.cpp ${rcltop}/internfile/myhtmlparse.cpp ${rcltop}/internfile/mimehandler.cpp ${rcltop}/internfile/mh_exec.cpp +${rcltop}/internfile/mh_execm.cpp ${rcltop}/internfile/mh_html.cpp ${rcltop}/internfile/mh_mail.cpp ${rcltop}/internfile/mh_mbox.cpp @@ -64,6 +65,7 @@ ${rcltop}/rcldb/stemdb.cpp ${rcltop}/rcldb/stoplist.cpp ${rcltop}/unac/unac.c ${rcltop}/utils/base64.cpp +${rcltop}/utils/closefrom.cpp ${rcltop}/utils/conftree.cpp ${rcltop}/utils/copyfile.cpp ${rcltop}/utils/debuglog.cpp @@ -72,6 +74,7 @@ ${rcltop}/utils/idfile.cpp ${rcltop}/utils/fileudi.cpp ${rcltop}/utils/md5.cpp ${rcltop}/utils/mimeparse.cpp +${rcltop}/utils/netcon.cpp ${rcltop}/utils/pathut.cpp ${rcltop}/utils/readfile.cpp ${rcltop}/utils/smallut.cpp diff --git a/src/utils/closefrom.cpp b/src/utils/closefrom.cpp index 2dde6a63..42a1b273 100644 --- a/src/utils/closefrom.cpp +++ b/src/utils/closefrom.cpp @@ -97,7 +97,7 @@ int libclf_closefrom(int fd0) } /*************************************************************************/ -#elif defined(linux) +#elif (defined(linux) || defined(__linux)) /* Use /proc/self/fd directory */ #include