We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca55a9 commit 699a437Copy full SHA for 699a437
debian/autobake-deb.sh
@@ -50,12 +50,10 @@ then
50
sed "/Package: libmariadbd-dev/,/^$/d" -i debian/control
51
fi
52
53
-# Convert gcc version to numberical value. Format is Mmmpp where M is Major
54
-# version, mm is minor version and p is patch.
55
-# -dumpfullversion & -dumpversion to make it uniform across old and new (>=7)
56
-GCCVERSION=$(gcc -dumpfullversion -dumpversion | sed -e 's/\.\([0-9][0-9]\)/\1/g' \
57
- -e 's/\.\([0-9]\)/0\1/g' \
58
- -e 's/^[0-9]\{3,4\}$/&00/')
+if [[ $(arch) =~ i[346]86 ]]
+then
+ sed "/Package: mariadb-plugin-rocksdb/,/^$/d" -i debian/control
+fi
59
60
# If rocksdb-tools is not available (before Debian Buster and Ubuntu Disco)
61
# remove the dependency from the RocksDB plugin so it can install properly
0 commit comments