File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2018, 2020 , Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2018, 2021 , Oracle and/or its affiliates. All rights reserved.
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License, version 2.0,
@@ -62,6 +62,8 @@ IF(DEB_CODENAME STREQUAL "stretch")
62
62
SET (DEB_PLATFORMRELEASE "debian9" )
63
63
ELSEIF (DEB_CODENAME STREQUAL "buster" )
64
64
SET (DEB_PLATFORMRELEASE "debian10" )
65
+ ELSEIF (DEB_CODENAME STREQUAL "bullseye" )
66
+ SET (DEB_PLATFORMRELEASE "debian11" )
65
67
ELSEIF (DEB_CODENAME STREQUAL "sid" )
66
68
IF (DEFINED DEB_GCC_SNAPSHOT )
67
69
SET (DEB_CMAKE_EXTRAS "${DEB_CMAKE_EXTRAS} -DCMAKE_C_COMPILER=/usr/lib/gcc-snapshot/bin/gcc -DCMAKE_CXX_COMPILER=/usr/lib/gcc-snapshot/bin/g++ -DMYSQL_MAINTAINER_MODE=0 -DCMAKE_CXX_COMPILER_LAUNCHER=ccache" )
You can’t perform that action at this time.
0 commit comments