[mason package] avoid needing sudo on linux
This commit is contained in:
parent
62931d0fc6
commit
5ddf4cf01a
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ configure () {
|
||||||
./configure "$@" PGSQL2SQLITE=False SVG2PNG=False SVG_RENDERER=False \
|
./configure "$@" PGSQL2SQLITE=False SVG2PNG=False SVG_RENDERER=False \
|
||||||
COVERAGE=True DEBUG=True WARNING_CXXFLAGS="-Wno-unknown-warning-option"
|
COVERAGE=True DEBUG=True WARNING_CXXFLAGS="-Wno-unknown-warning-option"
|
||||||
else
|
else
|
||||||
./configure "$@" WARNING_CXXFLAGS="-Wno-unknown-warning-option"
|
./configure "$@" PREFIX=${MASON_PREFIX} WARNING_CXXFLAGS="-Wno-unknown-warning-option"
|
||||||
fi
|
fi
|
||||||
# print final config values, sorted and indented
|
# print final config values, sorted and indented
|
||||||
sort -sk1,1 ./config.py | sed -e 's/^/ /'
|
sort -sk1,1 ./config.py | sed -e 's/^/ /'
|
||||||
|
|
Loading…
Reference in a new issue