Skip to content

Commit

Permalink
net/linknx: Fix build with libesmtp 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 7, 2023
1 parent a855337 commit b5eca56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/linknx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ LIB_DEPENDS= libpthsem.so:devel/pthsem
BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:devel/argp-standalone

USES= compiler gmake autoreconf pkgconfig

GNU_CONFIGURE= yes
CONFIGURE_ARGS+=CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-I${LOCALBASE}/include -L/${LOCALBASE}/lib"
Expand All @@ -32,6 +33,7 @@ LIBCURL_DESC= Install libcurl for Clickatell SMS support
LIBLUA_DESC= Install liblua for scripting
MYSQL_DESC= Install libmysql for logging & persist

LIBESMTP_CFLAGS= -lesmtp
LIBESMTP_CONFIGURE_ENABLE= smtp
LIBESMTP_LIB_DEPENDS= libesmtp.so:mail/libesmtp
LIBCURL_CONFIGURE_WITH= libcurl
Expand Down

0 comments on commit b5eca56

Please sign in to comment.