pkgsrc-WIP-changes archive

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

libzippp: enable encryption



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Sat Feb 12 21:50:57 2022 +0100
Changeset:	7bfa34335f7e1b865f3f9b2e88b99fa89716e086

Modified Files:
	libzippp/Makefile

Log Message:
libzippp: enable encryption

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

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

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

diffs:
diff --git a/libzippp/Makefile b/libzippp/Makefile
index 93c55e0513..5fa40bf8ea 100644
--- a/libzippp/Makefile
+++ b/libzippp/Makefile
@@ -16,6 +16,7 @@ USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
 CMAKE_ARGS+=	-DBUILD_SHARED_LIBS=ON
+CMAKE_ARGS+=	-DLIBZIPPP_ENABLE_ENCRYPTION=ON
 
 CMAKE_USE_GNU_INSTALL_DIRS=	NO
 


Home | Main Index | Thread Index | Old Index