diff options
Diffstat (limited to 'libraries/gdl')
-rw-r--r-- | libraries/gdl/gdl.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/gdl/gdl.SlackBuild b/libraries/gdl/gdl.SlackBuild index 6ad5f2032c5f3..4969e07df44ee 100644 --- a/libraries/gdl/gdl.SlackBuild +++ b/libraries/gdl/gdl.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=gdl VERSION=${VERSION:-3.26.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,6 +69,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Don't create the __pycache__ directory. +export PYTHONDONTWRITEBYTECODE=1 + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |