2
2
# Process this file with autoconf to produce a configure script.
3
3
4
4
AC_PREREQ ( [ 2.68] )
5
- AC_INIT ( [ qatengine] , [ 1.8.0 ] , [ ] )
5
+ AC_INIT ( [ qatengine] , [ 1.8.1 ] , [ ] )
6
6
AC_CONFIG_SRCDIR ( [ config.h.in] )
7
7
AC_CONFIG_HEADERS ( [ config.h] )
8
8
AC_CONFIG_AUX_DIR ( [ .] )
@@ -172,7 +172,7 @@ AC_SUBST(enable_qat_sw)
172
172
173
173
AC_ARG_ENABLE ( qat_provider ,
174
174
AS_HELP_STRING ( [ --enable-qat_provider] ,
175
- [ Enable Provider Support for Openssl 3.0 ] ) )
175
+ [ Enable Provider Support for Openssl 3.x.x ] ) )
176
176
AC_SUBST ( enable_qat_provider )
177
177
178
178
# Parameter parsing for self tuning of the timeout in the qat_sw polling thread
338
338
fi
339
339
fi
340
340
341
- # OpenSSL 3.0 uses lib location based on ARCH
341
+ # OpenSSL 3.x.x uses lib location based on ARCH
342
342
AS_IF ( [ test "$host_cpu" = "x86_64"] , [ AC_SUBST ( [ openssl3_lib] , "lib64" ) ] , [ AC_SUBST ( [ openssl3_lib] , "lib" ) ] )
343
343
344
344
# OpenSSL/BabaSSL/BoringSSL install dir or set system default if not provided
@@ -383,16 +383,16 @@ then
383
383
libdir="\$(with_openssl_install_dir)/lib/engines-1.1"
384
384
AC_SUBST ( [ OPENSSL_LIB] , [ "-Wl,-rpath,\$(with_openssl_install_dir)/lib -L\$(with_openssl_install_dir)/lib -lcrypto"] )
385
385
else
386
- # OPENSSL 3.0
386
+ # OPENSSL 3.x.x
387
387
if test "x$enable_qat_provider" = "xyes"
388
388
then
389
- AC_MSG_NOTICE ( [ Build QAT Provider against OpenSSL 3.0 ] )
389
+ AC_MSG_NOTICE ( [ Build QAT Provider against OpenSSL 3.x.x ] )
390
390
libdir="\$(with_openssl_install_dir)/\$(openssl3_lib)/ossl-modules"
391
391
AC_SUBST ( [ cflags_openssl_3] , [ "-DQAT_OPENSSL_3 -DOPENSSL_SUPPRESS_DEPRECATED -DQAT_OPENSSL_PROVIDER"] )
392
392
AC_SUBST ( [ OPENSSL_LIB] , [ "-Wl,-rpath,\$(with_openssl_install_dir)/\$(openssl3_lib) -L\$(with_openssl_install_dir)/\$(openssl3_lib) -lcrypto"] )
393
393
AC_SUBST ( [ LIBQATNAME] , "qatprovider" )
394
394
else
395
- AC_MSG_NOTICE ( [ Build QAT Engine against OpenSSL 3.0 ] )
395
+ AC_MSG_NOTICE ( [ Build QAT Engine against OpenSSL 3.x.x ] )
396
396
libdir="\$(with_openssl_install_dir)/\$(openssl3_lib)/engines-3"
397
397
AC_SUBST ( [ cflags_openssl_3] , [ "-DQAT_OPENSSL_3 -DOPENSSL_SUPPRESS_DEPRECATED"] )
398
398
AC_SUBST ( [ OPENSSL_LIB] , [ "-Wl,-rpath,\$(with_openssl_install_dir)/\$(openssl3_lib) -L\$(with_openssl_install_dir)/\$(openssl3_lib) -lcrypto"] )
@@ -412,13 +412,13 @@ else
412
412
else
413
413
if test "x$enable_qat_provider" = "xyes"
414
414
then
415
- AC_MSG_NOTICE ( [ Build QAT Provider against system OpenSSL 3.0 ] )
415
+ AC_MSG_NOTICE ( [ Build QAT Provider against system OpenSSL 3.x.x ] )
416
416
AC_SUBST ( [ cflags_openssl_3] , [ "-DQAT_OPENSSL_3 -DOPENSSL_SUPPRESS_DEPRECATED -DQAT_OPENSSL_PROVIDER"] )
417
417
AC_SUBST ( [ LIBQATNAME] , "qatprovider" )
418
418
openssl3_lib="`pkg-config --variable=libdir libcrypto`"
419
419
libdir="\$(openssl3_lib)/ossl-modules"
420
420
else
421
- AC_MSG_NOTICE ( [ Build QAT Engine against system OpenSSL 3.0 ] )
421
+ AC_MSG_NOTICE ( [ Build QAT Engine against system OpenSSL 3.x.x ] )
422
422
AC_SUBST ( [ cflags_openssl_3] , [ "-DQAT_OPENSSL_3 -DOPENSSL_SUPPRESS_DEPRECATED"] )
423
423
libdir="`pkg-config --variable=enginesdir libcrypto`"
424
424
fi
0 commit comments