Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 2021 19:26:04 GMT
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 61edeb7548e1 - main - lang/erlang-runtime20: unbreak ODBC.
Message-ID:  <202104101926.13AJQ40E078516@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by olgeni:

URL: https://cgit.FreeBSD.org/ports/commit/?id=61edeb7548e15cc8117fa77ad859d68049942138

commit 61edeb7548e15cc8117fa77ad859d68049942138
Author:     Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2021-04-09 14:05:12 +0000
Commit:     Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2021-04-10 19:25:40 +0000

    lang/erlang-runtime20: unbreak ODBC.
    
    PR:             254767 (ODBC part)
---
 lang/erlang-runtime20/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/erlang-runtime20/Makefile b/lang/erlang-runtime20/Makefile
index 3b43bc61c5c7..d1f73d2cb45f 100644
--- a/lang/erlang-runtime20/Makefile
+++ b/lang/erlang-runtime20/Makefile
@@ -74,6 +74,8 @@ KQUEUE_CONFIGURE_ENABLE=	kernel-poll
 NATIVE_CONFIGURE_ENABLE=	native-libs
 ODBC_CONFIGURE_WITH=		odbc
 ODBC_LIB_DEPENDS=		libodbc.so:databases/unixODBC
+ODBC_CFLAGS=			-I/usr/local/include
+ODBC_LDFLAGS=			-L/usr/local/lib
 OPENSSL_CONFIGURE_WITH=		ssl=${OPENSSLBASE}
 OPENSSL_USES=			ssl
 SCTP_CONFIGURE_ENABLE=		sctp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104101926.13AJQ40E078516>