Skip to content
Snippets Groups Projects
Commit 01796ab9 authored by Scott Mindock's avatar Scott Mindock
Browse files

where

parent 450167c9
Branches
No related tags found
No related merge requests found
Pipeline #51030 passed with warnings
......@@ -494,7 +494,7 @@ mk_nagg(){
install_the_source ${tar_name} && \
cd nagg-1.6.2 && \
patch -p1 < ${COTS_HOME}/scripts/revised_nagg.patch && \
./configure --prefix=${USER_COTS_PATH} --exec-prefix="${USER_COTS_PATH}" --with-hlregion="${USER_COTS_PATH}/lib" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" && \
./configure --prefix=${USER_COTS_PATH} --exec-prefix="${USER_COTS_PATH}" --with-hlregion="${USER_COTS_PATH}/lib" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS=" -static ${LDFLAGS}" && \
make && \
make install && \
unset LDFLAGS && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment