Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominika Liberda
aports
Commits
8ee98593
Commit
8ee98593
authored
11 years ago
by
Ariadne Conill
Browse files
Options
Downloads
Patches
Plain Diff
main/xen: some work on musl
parent
d430b613
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/xen/APKBUILD
+5
-1
5 additions, 1 deletion
main/xen/APKBUILD
with
5 additions
and
1 deletion
main/xen/APKBUILD
+
5
−
1
View file @
8ee98593
...
...
@@ -11,7 +11,8 @@ license="GPL"
depends
=
"syslinux bash screen iproute2 logrotate perl"
depends_dev
=
"openssl-dev python-dev e2fsprogs-dev gettext zlib-dev ncurses-dev
libiconv-dev dev86 texinfo perl iasl pciutils-dev glib-dev yajl-dev
spice-dev gnutls-dev curl-dev"
spice-dev gnutls-dev curl-dev libaio-dev lzo-dev xz-dev util-linux-dev
e2fsprogs-dev"
makedepends
=
"
$depends_dev
"
install
=
""
subpackages
=
"
$pkgname
-doc
$pkgname
-dev
$pkgname
-libs
$pkgname
-hypervisor
$pkgname
-xend"
...
...
@@ -71,6 +72,9 @@ prepare() {
find
.
-name
'*.mk'
-o
-name
'Make*'
| xargs
sed
-i
-e
's/-Werror//g'
\
||
return
1
msg
"Updating config.sub..."
update_config_sub
||
return
1
unset
CFLAGS
unset
LDFLAGS
}
...
...
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