mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/erlang-cl to 1.2.4-4
This commit is contained in:
parent
9014014322
commit
59d853f4f4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue