Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
cookbook
Commits
960579a5
Commit
960579a5
authored
1 year ago
by
Chocimier
Browse files
Options
Downloads
Patches
Plain Diff
libuuid: make it build
parent
a57a25da
No related branches found
Branches containing commit
No related tags found
1 merge request
!350
add apache-httpd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
recipes/wip/libs/libuuid/recipe.toml
+3
-1
3 additions, 1 deletion
recipes/wip/libs/libuuid/recipe.toml
recipes/wip/libs/libuuid/redox.patch
+26
-0
26 additions, 0 deletions
recipes/wip/libs/libuuid/redox.patch
with
29 additions
and
1 deletion
recipes/wip/libs/libuuid/recipe.toml
+
3
−
1
View file @
960579a5
#TODO can't recognize Redox target
[source]
tar
=
"https://sourceforge.net/projects/libuuid/files/libuuid-1.0.3.tar.gz/download"
patches
=
[
"redox.patch"
]
[build]
template
=
"configure"
This diff is collapsed.
Click to expand it.
recipes/wip/libs/libuuid/redox.patch
0 → 100644
+
26
−
0
View file @
960579a5
diff --git a/config.sub b/config.sub
index 52f04bc..4a352eb 100755
--- a/config.sub
+++ b/config.sub
@@ -1376,7 +1376,7 @@
case $os in
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
- | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
+ | -skyos* | -haiku* | -rdos* | -redox* | -toppers* | -drops* | -es*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)
diff --git a/randutils.c b/randutils.c
index 80893d3..a39168d 100644
--- a/randutils.c
+++ b/randutils.c
@@ -13,7 +13,7 @@
#include <string.h>
#include <sys/time.h>
-#include <sys/syscall.h>
+// #include <sys/syscall.h>
#include "randutils.h"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment