fix: AppImage: add libgail, fixes #90 (#91)

* fix: AppImage: add libgail, fixes #90

* chore: push action-gh-release from v1 to v2
This commit is contained in:
Stéphane Lesimple
2024-05-08 18:20:04 +02:00
committed by GitHub
parent 42bb0a120b
commit c32080d7d6
5 changed files with 23 additions and 12 deletions

2
configure vendored
View File

@@ -26,7 +26,7 @@
BASH_BASED_CONFIGURE=./scripts/bash-based-configure
BASH_BASED_CONFIGURE_OPTS="--buildtmp=$(pwd)/build $@"
REQUIRED_CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -pipe"
RECOMMENDED_CFLAGS="-O2 -fomit-frame-pointer -Wall -Wno-unknown-warning-option -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-format-zero-length"
RECOMMENDED_CFLAGS="-O2 -fomit-frame-pointer -Wall -Wno-unknown-warning-option -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-format-zero-length -Wno-unused-but-set-variable"
DEBUG_CFLAGS="-ggdb -Wall"
if test -e $BASH_BASED_CONFIGURE; then