mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
lurch: use 12-byte IVs
https://github.com/gkdr/lurch/issues/142 Closes #26757.
This commit is contained in:
parent
c824bdaeb3
commit
15f74c2f7a
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lurch'
|
# Template file for 'lurch'
|
||||||
pkgname=lurch
|
pkgname=lurch
|
||||||
version=0.6.8
|
version=0.6.8
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
|
@ -14,3 +14,7 @@ distfiles="https://github.com/gkdr/lurch/releases/download/v${version}/lurch-${v
|
||||||
checksum=2e2447b5fe6b1ae4f08d8c79a2a846c70290685d6e338bf5ea8f59705bd2b19f
|
checksum=2e2447b5fe6b1ae4f08d8c79a2a846c70290685d6e338bf5ea8f59705bd2b19f
|
||||||
|
|
||||||
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib/purple-2"
|
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib/purple-2"
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -e '/#define OMEMO_AES_GCM_IV_LENGTH/s/16/12/' -i lib/libomemo/src/libomemo.h
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue