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

where

parent 450167c9
No related branches found
No related tags found
No related merge requests found
Pipeline #51030 passed with warnings
...@@ -494,7 +494,7 @@ mk_nagg(){ ...@@ -494,7 +494,7 @@ mk_nagg(){
install_the_source ${tar_name} && \ install_the_source ${tar_name} && \
cd nagg-1.6.2 && \ cd nagg-1.6.2 && \
patch -p1 < ${COTS_HOME}/scripts/revised_nagg.patch && \ 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 && \
make install && \ make install && \
unset LDFLAGS && \ unset LDFLAGS && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment