aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-02-23 00:26:31 +0000
committerpsykose <alice@ayaya.dev>2023-02-23 01:26:31 +0100
commita2c3257de47af1ce2e782b29be7891e72df88c92 (patch)
tree686ce17a7a1c45a07ccd44ad52fc2ca9ef7c5cea
parent9260bc61929ffadc9fa8133a4479e55528ef9961 (diff)
community/filezilla: rebuild against libfilezilla
-rw-r--r--community/filezilla/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/filezilla/APKBUILD b/community/filezilla/APKBUILD
index 9c752a59c34..1381141555b 100644
--- a/community/filezilla/APKBUILD
+++ b/community/filezilla/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=filezilla
pkgver=3.63.1
-pkgrel=0
+pkgrel=1
pkgdesc="FTP Client"
url="https://filezilla-project.org/"
arch="all"
@@ -42,6 +42,8 @@ build() {
export CFLAGS="$CFLAGS -D_FORCE_SOFTWARE_SHA"
;;
esac
+ CFLAGS="$CFLAGS -flto=auto" \
+ CXXFLAGS="$CXXFLAGS -flto=auto" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \