mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +02:00
no static builds for rolling releases by default
This commit is contained in:
@@ -148,6 +148,8 @@ echo ' [ '"$distribution"' ] [ '"$release"' ] [ '"$codename"' ] [ '"$architectur
|
||||
if [ "$WANT_STATIC_LIBS" = "-DWANT_STATIC_LIBS=ON" ]; then
|
||||
EXTRA_CMAKE_OPTIONS="${EXTRA_CMAKE_OPTIONS} -DSTATIC_FONTCONFIG=OFF"
|
||||
fi
|
||||
|
||||
if [ "$release" != "rolling" ]; then
|
||||
case $distribution in
|
||||
Debian)
|
||||
case $release in
|
||||
@@ -209,6 +211,10 @@ case $distribution in
|
||||
WANT_STATIC_LIBS="-DWANT_STATIC_LIBS=OFF"
|
||||
;;
|
||||
esac
|
||||
else
|
||||
echo 'Turning ON dynamic LIBS ...'
|
||||
WANT_STATIC_LIBS="-DWANT_STATIC_LIBS=OFF"
|
||||
fi
|
||||
|
||||
#exit 1;
|
||||
|
||||
|
Reference in New Issue
Block a user