mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
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.
This commit is contained in:
parent
b244804c35
commit
caa3d9e18f
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user