| Server IP : 82.208.35.60 / Your IP : 216.73.217.116 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/RStudio/files/ |
Upload File : |
--- src/cpp/core/CMakeLists.txt.orig 2020-01-23 23:30:24 UTC
+++ src/cpp/core/CMakeLists.txt
@@ -152,12 +152,14 @@ if (UNIX)
# platform introspection
check_symbol_exists(SA_NOCLDWAIT "signal.h" HAVE_SA_NOCLDWAIT)
check_symbol_exists(SO_PEERCRED "sys/socket.h" HAVE_SO_PEERCRED)
+ set(CMAKE_REQUIRED_LIBRARIES ${FREEBSD_LIBDIR}/libinotify.so)
check_function_exists(inotify_init1 HAVE_INOTIFY_INIT1)
+ set(CMAKE_REQUIRED_LIBRARIES "")
check_function_exists(getpeereid HAVE_GETPEEREID)
check_function_exists(setresuid HAVE_SETRESUID)
- if(EXISTS "/proc/self")
+ #if(EXISTS "/proc/self")
set(HAVE_PROCSELF TRUE)
- endif()
+ #endif()
# find packages and libraries
find_library(PTHREAD_LIBRARIES pthread)