[arch-commits] Commit in erlang-cl/trunk (PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Sun Jan 30 11:01:25 UTC 2022


    Date: Sunday, January 30, 2022 @ 11:01:25
  Author: arodseth
Revision: 1120214

upgpkg: erlang-cl 1.2.4-4

Modified:
  erlang-cl/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 10:41:47 UTC (rev 1120213)
+++ PKGBUILD	2022-01-30 11:01:25 UTC (rev 1120214)
@@ -3,7 +3,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'
@@ -16,6 +16,7 @@
 
 build() {
   cd cl
+  CFLAGS+=' -D_FORTIFY_SOURCE=2 -ffat-lto-objects -fPIE'
   rebar compile
 }
 



More information about the arch-commits mailing list