Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lurch: revert patch from #26757 #26843

Merged
merged 1 commit into from
Dec 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions srcpkgs/lurch/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'lurch'
pkgname=lurch
version=0.6.8
revision=3
revision=4
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="cmake pkg-config"
Expand All @@ -14,7 +14,3 @@ distfiles="https://github.com/gkdr/lurch/releases/download/v${version}/lurch-${v
checksum=2e2447b5fe6b1ae4f08d8c79a2a846c70290685d6e338bf5ea8f59705bd2b19f

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
}