security/courier-authlib: fix build of databases/courier-authlib-mysql on GCC architectures

Linking with libmysqlclient now requires new GCC because of -latomic.

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-07-18 17:50:56 +00:00
parent 8319243ee4
commit 18d2a28f22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506866

View File

@ -124,6 +124,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool
OPTIONS_DEFINE+= DOCS
DOCS= README.authmysql.html README.authmysql.myownquery
USES+= compiler:c11
USE_MYSQL= yes
CONFIGURE_ARGS+=--with-authmysql \
--with-mysql-libs=${LOCALBASE}/lib/mysql \