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
a656db51
Verified
Commit
a656db51
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
main/clang: depend on libstdc++-dev
parent
9b8a9d76
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!39304
[3.16] main/expat: security upgrade to 2.4.9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/clang/APKBUILD
+2
-4
2 additions, 4 deletions
main/clang/APKBUILD
with
2 additions
and
4 deletions
main/clang/APKBUILD
+
2
−
4
View file @
a656db51
...
...
@@ -6,7 +6,7 @@
pkgname
=
clang
# Note: Update together with llvm.
pkgver
=
14.0.6
pkgrel
=
3
pkgrel
=
4
_llvmver
=
${
pkgver
%%.*
}
pkgdesc
=
"A C language family front-end for LLVM"
arch
=
"all"
...
...
@@ -77,9 +77,7 @@ check() {
}
package
()
{
# the libstdc++ headers are in g++, which are needed to use clang++.
# the better solution is to split libstdc++-dev, but that needs more testing
depends
=
"g++"
depends
=
"libstdc++-dev"
DESTDIR
=
"
$pkgdir
"
ninja
-C
build
install
install
-Dm644
build/lib/libclang.a
-t
"
$pkgdir
"
/usr/lib/
...
...
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