pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
felinks: Disable bzip2, it's non-standard on the web and uncommon since it's not supported by major servers or browsers.
Module Name: pkgsrc-wip
Committed By: nia <nia%netbsd.org@localhost>
Pushed By: nee
Date: Thu Jun 18 16:26:06 2020 +0100
Changeset: b87d1e5ab6cffb126fafa9cd216f9f7b6d234359
Modified Files:
felinks/Makefile
Log Message:
felinks: Disable bzip2, it's non-standard on the web and uncommon
since it's not supported by major servers or browsers.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b87d1e5ab6cffb126fafa9cd216f9f7b6d234359
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
felinks/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/felinks/Makefile b/felinks/Makefile
index 06c514b79d..9d9a0a3bd6 100644
--- a/felinks/Makefile
+++ b/felinks/Makefile
@@ -25,6 +25,7 @@ post-install:
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/${PKGBASE}
CONFIGURE_ARGS+= --enable-256-colors
CONFIGURE_ARGS+= --enable-utf-8
+CONFIGURE_ARGS+= --without-bzlib
CONFIGURE_ARGS+= --without-lzma
CONFIGURE_ARGS+= --without-lua
@@ -36,7 +37,6 @@ LIBS+= -lexecinfo
.endif
.include "options.mk"
-.include "../../archivers/bzip2/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index