diff options
Diffstat (limited to 'source/l/openexr')
-rwxr-xr-x | source/l/openexr/openexr.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/openexr/openexr.SlackBuild b/source/l/openexr/openexr.SlackBuild index 7b862744a..c02df73df 100755 --- a/source/l/openexr/openexr.SlackBuild +++ b/source/l/openexr/openexr.SlackBuild @@ -82,7 +82,7 @@ find . \ # Configure, build, and install: mkdir cmake-build cd cmake-build - cmake \ + unshare -n cmake \ -DCMAKE_C_FLAGS="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ |