mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
balsa: balsa: unset check builddir
This commit is contained in:
parent
1a42f83aaa
commit
539f70d15b
2 changed files with 14 additions and 1 deletions
13
srcpkgs/balsa/patches/path.patch
Normal file
13
srcpkgs/balsa/patches/path.patch
Normal 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:"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'balsa'
|
||||
pkgname=balsa
|
||||
version=2.6.4
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=meson
|
||||
configure_args="-Dlibsecret=true -Dsqlite=true
|
||||
-Dhtml-widget=webkit2 -Dspell-checker=gspell"
|
||||
|
|
Loading…
Add table
Reference in a new issue