diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-26 18:18:47 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-26 18:18:47 +0000 |
commit | 14b4e1198d2f24f6049f49c92a3d75510dfe09c5 (patch) | |
tree | 719c1c97cd869fc2096b65b4f8ba8f17242826d1 /www/kannel | |
parent | 4ae06d3c852ed76ac30129a478c7a63a02d62442 (diff) |
Notes
Diffstat (limited to 'www/kannel')
-rw-r--r-- | www/kannel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 83fb4025aac1..532a9b8909f1 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -31,6 +31,7 @@ USE_RC_SUBR= ${PORTNAME}_bearerbox ${PORTNAME}_smsbox ${PORTNAME}_wapbox GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pcre=yes --enable-docs=no --with-malloc=native \ --enable-start-stop-daemon=no +CFLAGS+= -fcommon OPTIONS_DEFINE= MYSQL PGSQL SQLITE3 OPTIONS_DEFAULT= MYSQL |