From caa3d9e18fbd20fc6a8ad85f9428bc3daff335e9 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Mon, 4 May 2020 18:20:58 +0000 Subject: community/filezilla: include assert.h Files in engine/ refer to assert, but `assert.h` is not included for some reason. Passing `-include assert.h` via `CXXFLAGS` fixes this. --- community/filezilla/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'community/filezilla') 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 \ -- cgit v1.2.3