diff options
-rw-r--r-- | deskutils/pinot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 476fadccb768..000f9589d39a 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ARGS= --with-http=curl --with-ssl=${OPENSSLBASE} --enable-libarchive \ --enable-mempool=no CONFIGURE_ENV= MKDIR_P="${MKDIR}" CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lboost_system USES= gettext libarchive libtool pkgconfig python shebangfix USE_OPENSSL= yes |