mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
e632e189fd
It seems it's not needed and not supported under uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
190 B
Diff
12 lines
190 B
Diff
--- a/node/Utils.cpp
|
|
+++ b/node/Utils.cpp
|
|
@@ -28,7 +28,7 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/uio.h>
|
|
#include <dirent.h>
|
|
-#ifdef __LINUX__
|
|
+#if 0
|
|
#include <sys/auxv.h>
|
|
#endif
|
|
#endif
|