pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/libarchive
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 18 15:08:37 UTC 2025
Modified Files:
pkgsrc/archivers/libarchive: Makefile
Log Message:
libarchive: Disable CNG.
Mirrors change made to pkg_install to fix build on Cygwin.
>From Jonathan Perkin <jperkin%smartos.org@localhost>
via drecklypkg commit 84e15edf3458dd64ece7268d4f8c93310124d440
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/archivers/libarchive/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/libarchive/Makefile
diff -u pkgsrc/archivers/libarchive/Makefile:1.53 pkgsrc/archivers/libarchive/Makefile:1.54
--- pkgsrc/archivers/libarchive/Makefile:1.53 Wed Jan 24 23:01:26 2024
+++ pkgsrc/archivers/libarchive/Makefile Tue Feb 18 15:08:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2024/01/24 23:01:26 adam Exp $
+# $NetBSD: Makefile,v 1.54 2025/02/18 15:08:37 wiz Exp $
.include "Makefile.common"
@@ -9,6 +9,7 @@ CONFIGURE_ARGS+= --disable-bsdcat
CONFIGURE_ARGS+= --disable-bsdcpio
CONFIGURE_ARGS+= --disable-bsdtar
CONFIGURE_ARGS+= --disable-bsdunzip
+CONFIGURE_ARGS+= --without-cng
CONFIGURE_ARGS+= --without-iconv
do-extract:
Home |
Main Index |
Thread Index |
Old Index