chat-gpt.sh 200 Bytes
Newer Older
1 2 3 4 5 6
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

. $(dirname $0)/common.sh
7

8
is_soname_present libssl.so.3 || fatal "This package needs OpenSSL 3."
Vitaly Lipatov's avatar
Vitaly Lipatov committed
9 10

add_libs_requires