From b9b8279b1f6e3d55d503782f948059caade3afbb Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Mon, 17 Oct 2016 08:49:10 -0400
Subject: [PATCH] Added configuration of LD_LIBRARY_PATH needed for some of the
 java components to recognize the library.

---
 PKGBUILD   | 2 +-
 aparapi.sh | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index f578f01..befd80b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ provides=('aparapi')
 install='aparapi.install'
 
 source=( 'aparapi.sh')
-md5sums=('77d9fab729e9d953f23f4f9149c138c2')
+md5sums=('94bfab19f10cde995aecd15ff42487a7')
 
 source+=( 'aparapi.conf')
 md5sums+=('a7e04cc30d00498ff733af771b721dca')
diff --git a/aparapi.sh b/aparapi.sh
index fc140aa..2698c8f 100755
--- a/aparapi.sh
+++ b/aparapi.sh
@@ -1 +1,2 @@
 export LIBAPARAPI=/opt/AMDAPP/aparapi/lib
+export LD_LIBRARY_PATH=/opt/AMDAPP/aparapi/lib:$LD_LIBRARY_PATH
-- 
GitLab