diff options
-rw-r--r-- | community/filezilla/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/filezilla/APKBUILD b/community/filezilla/APKBUILD index f697d5dc91..829a3e3b45 100644 --- a/community/filezilla/APKBUILD +++ b/community/filezilla/APKBUILD @@ -12,6 +12,7 @@ subpackages="$pkgname-doc $pkgname-lang" source="https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2" build() { + export CXXFLAGS="$CXXFLAGS -include assert.h" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ |