Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
815
Issues
815
List
Boards
Labels
Milestones
Merge Requests
55
Merge Requests
55
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
02128a4e
Commit
02128a4e
authored
Jan 27, 2018
by
tcely
💬
Committed by
Timo Teräs
Feb 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/build-base: configure scripts often expect file to work
parent
652f5749
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
main/build-base/APKBUILD
main/build-base/APKBUILD
+2
-2
No files found.
main/build-base/APKBUILD
View file @
02128a4e
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
build-base
pkgver
=
0.5
pkgrel
=
0
pkgrel
=
1
url
=
http://dev.alpinelinux.org/cgit
pkgdesc
=
"Meta package for build base"
depends
=
"binutils gcc g++ make libc-dev fortify-headers"
depends
=
"binutils
file
gcc g++ make libc-dev fortify-headers"
if
[
"
$CHOST
"
!=
"
$CTARGET
"
]
;
then
pkgname
=
"
$pkgname
-
$CTARGET_ARCH
"
pkgdesc
=
"
$pkgdesc
(
$CTARGET_ARCH
)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment