-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
68 additions
and
392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
+++ ./CMakeLists.txt 2018-09-12 11:14:21.772989769 +0300 | ||
@@ -288,7 +288,7 @@ | ||
endif() | ||
|
||
# Check for PAM library | ||
-if(UNIX AND NOT APPLE) | ||
+if(FALSE) | ||
check_include_files(security/pam_appl.h HAVE_PAM_H) | ||
set(CMAKE_REQUIRED_LIBRARIES -lpam) | ||
check_function_exists(pam_start HAVE_PAM_START) | ||
@@ -351,7 +351,6 @@ | ||
add_subdirectory(media) | ||
endif() | ||
|
||
-add_subdirectory(tests) | ||
|
||
|
||
if(BUILD_VIEWER) | ||
+++ ./common/rfb/CMakeLists.txt | ||
@@ -92,7 +92,7 @@ | ||
target_sources(rfb PRIVATE WinPasswdValidator.cxx) | ||
endif(WIN32) | ||
|
||
-if(UNIX AND NOT APPLE) | ||
+if(FALSE) | ||
target_sources(rfb PRIVATE UnixPasswordValidator.cxx pam.c) | ||
target_link_libraries(rfb ${PAM_LIBS}) | ||
endif() | ||
+++ ./unix/CMakeLists.txt | ||
@@ -6,5 +6,4 @@ | ||
add_subdirectory(common) | ||
add_subdirectory(vncconfig) | ||
add_subdirectory(vncpasswd) | ||
-add_subdirectory(vncserver) | ||
add_subdirectory(x0vncserver) | ||
|
||
+++ ./common/rfb/UnixPasswordValidator.h | ||
@@ -28,7 +28,7 @@ | ||
class UnixPasswordValidator: public PasswordValidator { | ||
protected: | ||
bool validateInternal(SConnection * sc, const char *username, | ||
- const char *password); | ||
+ const char *password) { return false; } | ||
}; | ||
} | ||
|
||
|
||
|
115 changes: 0 additions & 115 deletions
115
x11-packages/tigervnc/tigervnc-1.10.1-boolparam-0.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.