You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libptytty/files/libptytty-2.0-configure-cla...

16 lines
353 B

http://lists.schmorp.de/pipermail/rxvt-unicode/2023q2/002652.html
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -95,7 +95,8 @@ check_function_exists(setreuid HAVE_SETREUID)
check_function_exists(setresuid HAVE_SETRESUID)
check_c_source_compiles(
- "#include <stdlib.h>
+ "#define _XOPEN_SOURCE 500
+ #include <stdlib.h>
int main ()
{