Skip to content

Commit

Permalink
need to ensure ZOPEN_ROOT is not evaluated early
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Fulton committed Sep 7, 2022
1 parent 73b50c6 commit 4d7f738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildenv
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ export ZOPEN_EXTRA_LDFLAGS=""
rm patches
if [ "${ZOPEN_TYPE}x" = "TARBALLx" ]; then
export ZOPEN_BOOTSTRAP=skip
export ZOPEN_EXTRA_CFLAGS="-qnose -std=c11 -I${ZOPEN_ROOT}/${ZOPEN_TARBALL_DIR}/lib,${ZOPEN_ROOT}/patches/PR1/include,/usr/include/le"
export ZOPEN_EXTRA_CFLAGS="-qnose -std=c11 -I\${ZOPEN_ROOT}/${ZOPEN_TARBALL_DIR}/lib,\${ZOPEN_ROOT}/patches/PR1/include,/usr/include/le"
ln -s tarball-patches patches
else
export ZOPEN_EXTRA_CFLAGS="-qnose -std=c11 -fgnu89-inline -I${ZOPEN_ROOT}/${ZOPEN_GIT_DIR}/lib,${ZOPEN_ROOT}/patches/PR1/include,/usr/include/le"
export ZOPEN_EXTRA_CFLAGS="-qnose -std=c11 -fgnu89-inline -I\${ZOPEN_ROOT}/${ZOPEN_GIT_DIR}/lib,\${ZOPEN_ROOT}/patches/PR1/include,/usr/include/le"
ln -s git-patches patches
fi

Expand Down

0 comments on commit 4d7f738

Please sign in to comment.