community/erlang-cl to 1.2.4-4

This commit is contained in:
Kevin Mihelich 2022-01-30 15:55:36 +00:00
parent 9014014322
commit 59d853f4f4
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
pkgname=erlang-cl
pkgver=1.2.4
pkgrel=3
pkgrel=4
arch=(x86_64)
pkgdesc='OpenCL binding for Erlang'
url='https://github.com/tonyrog/cl'
@ -24,6 +24,7 @@ prepare() {
build() {
cd cl
CFLAGS+=' -D_FORTIFY_SOURCE=2 -fPIE'
rebar compile
}