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
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
581d6fe1
Commit
581d6fe1
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
main/clang16: depend on llvm-linker-tools
parent
b9f40311
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/clang16/APKBUILD
+8
-1
8 additions, 1 deletion
main/clang16/APKBUILD
with
8 additions
and
1 deletion
main/clang16/APKBUILD
+
8
−
1
View file @
581d6fe1
...
...
@@ -114,7 +114,14 @@ check() {
package
()
{
# the libraries should always exactly match, not just by soname
depends
=
"
$pkgname
-libs=
$pkgver
-r
$pkgrel
fortify-headers>=1.1-r2 gcc libstdc++-dev"
# gcc is for libgcc-dev which we don't have split
depends
=
"
$pkgname
-libs=
$pkgver
-r
$pkgrel
llvm
$_llvmver
-linker-tools
fortify-headers>=1.1-r2
gcc
libstdc++-dev
"
# create system config
# clang doesn't really have a way to set default -march abi options, so use the system config dir
...
...
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