From 5312c3ba4a32160bb38653e4c37229ab31e1f968 Mon Sep 17 00:00:00 2001 From: Yuriy Chumak Date: Wed, 27 Jul 2022 18:30:25 +0300 Subject: [PATCH] ol: update to 2.3.6. --- srcpkgs/ol/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ol/template b/srcpkgs/ol/template index 40317b4324c7..e43eb1214d17 100644 --- a/srcpkgs/ol/template +++ b/srcpkgs/ol/template @@ -1,6 +1,6 @@ # Template file for 'ol' pkgname=ol -version=2.3.5 +version=2.3.6 revision=1 build_style=gnu-makefile hostmakedepends="xxd" @@ -10,9 +10,13 @@ license="LGPL-3.0-or-later, MIT" homepage="https://yuriy-chumak.github.io/ol/" changelog="https://raw.githubusercontent.com/yuriy-chumak/ol/master/doc/CHANGELOG.md" distfiles="https://github.com/yuriy-chumak/ol/archive/${version}.tar.gz" -checksum=1f3da2d3b2e47f5c626bfe2727b649db3fd8f53e700dad2a984314275ee7a6ff +checksum=5a7b8ff5eeba2db63ba8d409c6ebc3af5f9cb21d14a2ec1a279d8137298360ef -CFLAGS="-lm" +CFLAGS="-lm -DOLVM_FFI -DHAS_SOCKETS -DHAS_DLOPEN" + +case "$XBPS_TARGET_MACHINE" in + i686*|x86_64*) makedepends+=" gcc-multilib";; +esac post_install() { vlicense LICENSE