From 2347989074f3cb70a684f7476e0b79b711243320 Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Mon, 15 Apr 2024 20:32:56 +0000 Subject: [PATCH] where --- distro/scripts/adl_cots.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh index 79cf45e..7cacf21 100755 --- a/distro/scripts/adl_cots.sh +++ b/distro/scripts/adl_cots.sh @@ -484,6 +484,7 @@ nagg(){ which patch && \ cd nagg-1.6.2 && \ patch -p1 < ${COTS_HOME}/scripts/revised_nagg.patch && \ + export CFLAGS=" -I${USER_COTS_PATH}/include "${CFLAGS} ./configure --prefix=${USER_COTS_PATH} --with-hlregion=${USER_COTS_PATH}/lib && \ make && \ make install && \ -- GitLab