meta-tango/recipes-tools/starter/tango-starter/0001-8.3-detect-linux-not-glibc.patch

12 lines
469 B
Diff

--- starter-Starter-8.3/CheckProcessUtil.h 2023-11-24 21:30:37.000000000 +0100
+++ starter-Starter-8.3-musl/CheckProcessUtil.h 2024-03-08 00:00:17.685887663 +0100
@@ -59,7 +59,7 @@
# include <fcntl.h>
# include <sys/stat.h>
# include <pwd.h>
-# if (!defined __GLIBC__) && (!defined __darwin__) && (!defined __freebsd__)
+# if (!defined __linux__) && (!defined __darwin__) && (!defined __freebsd__)
/* solaris */
# include <procfs.h>
# include <fcntl.h>