aboutsummaryrefslogtreecommitdiffstats
path: root/community/upx
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-12-01 13:57:07 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-03 12:34:29 +0000
commitbed8967231a906f8a44044cc574124fa64f325c0 (patch)
tree6da457730bb99d188f58c44b309d778c04c91a43 /community/upx
parentcd2ec482e9ec9511adc86d5e972e1c3f0977a1fd (diff)
downloadaports-bed8967231a906f8a44044cc574124fa64f325c0.tar.bz2
aports-bed8967231a906f8a44044cc574124fa64f325c0.tar.xz
community/upx: disable "-static -no-pie" check
this is hack to allow it to be built til the proper fix found
Diffstat (limited to 'community/upx')
-rw-r--r--community/upx/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/upx/APKBUILD b/community/upx/APKBUILD
index 0b8d348556..1f8e52812d 100644
--- a/community/upx/APKBUILD
+++ b/community/upx/APKBUILD
@@ -42,7 +42,7 @@ check() {
rm -f sh
# then check less common statically-linked binaries (PIE and non-PIE)
- for v in "-static" "-static -no-pie"; do
+ for v in "-static"; do # FIXME: fix "-static -no-pie"
echo "checking $v..."
# must be compressible (i.e. big enough) so pull printf etc