balsa: balsa: unset check builddir

This commit is contained in:
Đoàn Trần Công Danh 2025-08-12 09:38:04 +07:00
parent 1a42f83aaa
commit 539f70d15b
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,13 @@
--- a/libbalsa/html.c
+++ b/libbalsa/html.c
@@ -51,7 +51,9 @@
* not exist. Thus, this variable should be set for testing/development,
* and unset for release builds to avoid leaking the build folder name.
*/
-#define WEB_EXT_CHECK_BUILDDIR 1
+#ifdef WEB_EXT_CHECK_BUILDDIR
+#undef WEB_EXT_CHECK_BUILDDIR
+#endif
#define CID_REGEX "<[^>]*src\\s*=\\s*['\"]?\\s*cid:"

View file

@ -1,7 +1,7 @@
# Template file for 'balsa' # Template file for 'balsa'
pkgname=balsa pkgname=balsa
version=2.6.4 version=2.6.4
revision=2 revision=3
build_style=meson build_style=meson
configure_args="-Dlibsecret=true -Dsqlite=true configure_args="-Dlibsecret=true -Dsqlite=true
-Dhtml-widget=webkit2 -Dspell-checker=gspell" -Dhtml-widget=webkit2 -Dspell-checker=gspell"