pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ZoneMinder doesn't really seem to handle libcurl as optional - even though the cmake definitions suggest it should be. Add the dependency.



Module Name:	pkgsrc-wip
Committed By:	davidsainty <david.sainty%gmail.com@localhost>
Pushed By:	dsainty
Date:		Thu Jan 13 22:28:10 2022 +1300
Changeset:	afaa22257b260bba4cbf9d766313b808c2e072cc

Modified Files:
	zoneminder/Makefile

Log Message:
ZoneMinder doesn't really seem to handle libcurl as optional - even though the cmake definitions suggest it should be.  Add the dependency.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=afaa22257b260bba4cbf9d766313b808c2e072cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zoneminder/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index d3509811a5..b557cb43ce 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -278,4 +278,5 @@ post-install:
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index