svn commit: r519610 - head/sysutils/bareos-server

Kurt Jaeger pi at FreeBSD.org
Mon Dec 9 13:56:53 UTC 2019


Author: pi
Date: Mon Dec  9 13:56:52 2019
New Revision: 519610
URL: https://svnweb.freebsd.org/changeset/ports/519610

Log:
  sysutils/bareos-server: fix build on 12.x
  
  PR:		237165
  Submitted by:	Oliver Hartmann <ohartmann at walstatt.org>
  Approved by:	acm (maintainer timeout)

Modified:
  head/sysutils/bareos-server/Makefile

Modified: head/sysutils/bareos-server/Makefile
==============================================================================
--- head/sysutils/bareos-server/Makefile	Mon Dec  9 13:48:18 2019	(r519609)
+++ head/sysutils/bareos-server/Makefile	Mon Dec  9 13:56:52 2019	(r519610)
@@ -33,7 +33,7 @@ SHEBANG_LANG=	perl
 SHEBANG_FILES=	${WRKSRC}/core/src/cats/make_catalog_backup.pl.in
 
 CPPFLAGS+=	-I${LOCALBASE}/readline -I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -ljansson
 
 OPTIONS_DEFAULT=	OPENSSL
 OPTIONS_SINGLE=		CRYPTO


More information about the svn-ports-head mailing list