17 lines
316 B
BlitzBasic
17 lines
316 B
BlitzBasic
SUMMARY = "Google libcr51sign"
|
|
DESCRIPTION = "Google libcr51sign"
|
|
GOOGLE_MISC_PROJ = "libcr51sign"
|
|
|
|
require ../google-misc/google-misc.inc
|
|
|
|
inherit pkgconfig
|
|
|
|
# We need to suppress these warnings in OpenSSL 3.0+ until a fix is available
|
|
CFLAGS += " \
|
|
-Wno-deprecated-declarations \
|
|
"
|
|
|
|
DEPENDS += " \
|
|
openssl \
|
|
"
|