]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
toolchecker.mk: remove libssl-dev
authorMarkham <markham001@gmx.de>
Sat, 13 Jul 2024 18:10:42 +0000 (20:10 +0200)
committerMarkham <markham001@gmx.de>
Sat, 13 Jul 2024 18:10:42 +0000 (20:10 +0200)
make/toolchecker.mk

index f518cb943ac86c331f4a8e277a284cb738eaa786..9a68eeb426d67ceca468ea0b458f9b2e16e8ab74 100755 (executable)
@@ -268,15 +268,6 @@ echo ""
                echo -e "glib2.0-dev:              \033[31mnot installed\033[0m"
        fi
        #---------------------------------------------#
-       # (Ubuntu)libssl-dev / (Red Hat)openssl-devel
-       package_info=$(dpkg -s libssl-dev 2>/dev/null)
-       if echo "$package_info" | grep -q "install ok"; then
-        VERSION=$(echo "$package_info" | grep "^Version:" | cut -d' ' -f2 | cut -d'-' -f1)
-               echo "libssl-dev:               "`echo $VERSION`
-       else
-               echo -e "libssl-dev:              \033[31mnot installed\033[0m"
-       fi
-       #---------------------------------------------#
 echo ""
 echo -e "\033[31m* check your installed hostapps in the list above !!!\033[0m"
 echo ""