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
08093fa9
Unverified
Commit
08093fa9
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/qt5-qtdeclarative: reduce dbg size
parent
8ffafa08
No related branches found
No related tags found
2 merge requests
!54607
main/sofia-sip: backport support for forking SIP calls
,
!41733
community/linux-edge: fix build on x86_64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/qt5-qtdeclarative/APKBUILD
+9
-6
9 additions, 6 deletions
community/qt5-qtdeclarative/APKBUILD
with
9 additions
and
6 deletions
community/qt5-qtdeclarative/APKBUILD
+
9
−
6
View file @
08093fa9
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
qt5-qtdeclarative
pkgver
=
5.15.4_git20220514
pkgrel
=
0
pkgrel
=
1
_commit
=
"51efb2ed2f071beda188270a23ac450fe4b318f7"
pkgdesc
=
"Qt5 - QtDeclarative component"
# Broken on armhf, upstream bug report https://bugreports.qt.io/browse/QTBUG-65246
...
...
@@ -30,16 +30,19 @@ prepare() {
mkdir
.git
}
# Compiling with -Os generates segfaults
export
CFLAGS
=
"
${
CFLAGS
/-Os/-O2
}
"
export
CPPFLAGS
=
${
CPPFLAGS
/-Os/-O2
}
export
CXXFLAGS
=
"
${
CXXFLAGS
/-Os/-O2
}
"
build
()
{
# HACK so calls to "python" get what we want
ln
-s
/usr/bin/python3 python
export
PATH
=
"
$(
pwd
)
:
$PATH
"
# Compiling with -Os generates segfaults
export
CFLAGS
=
"
${
CFLAGS
/-Os/-O2
}
"
export
CPPFLAGS
=
${
CPPFLAGS
/-Os/-O2
}
export
CXXFLAGS
=
"
${
CXXFLAGS
/-Os/-O2
}
"
export
CFLAGS
=
"
$CFLAGS
-g1"
export
CXXFLAGS
=
"
$CXXFLAGS
-g1"
qmake-qt5
make
}
...
...
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