commit fffc8223b4f04742995ead48742dc057c2f5d191
parent e3dcd723a7c6ea34331fbd16c80ab56eecbbf5a7
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Thu, 22 Feb 2024 15:28:34 +0100
Don't build curl docs
Diffstat:
4 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/packages/curl b/packages/curl
@@ -70,7 +70,8 @@ autotools_static curl-8.6.0 --disable-nls \
--disable-ldap \
--enable-websockets \
--without-libssh2 \
- --without-libpsl
+ --without-libpsl \
+ --disable-manual
check_static command/curl
make -C curl-8.6.0/tests
diff --git a/packages/default.environment b/packages/default.environment
@@ -24,7 +24,7 @@
#+fileset.f6f04ce01f2f3903f917b62be00ae696e8692478b44f946528379ebbb426eea0
#+logincaps.8e9f7e96eef8efbff3010abce4a360be2ab9c8675e2f90aaf4375bebf32e16f3
#+snaprep.9fc58ee4729913adada7f715d37f7af5b6ef324f46e73b27ea939323b83c5a46
-#+curl.4e55e78673fc55718f4db67cee8df3389658bebd7c2943f1dcadd939a723d3fb
+#+curl.7e3b4ad51e80865c3cc3a5d9166915ea54e9ac5a3b042010ccb4500913664bbf
#+linux.c21eb54792cc5b7c4df9de554a3c4b1bd6f15cf18764d359b9dafaa017d6d863
#+core-system-conf.ee44833f65709792d6a577809e1b59b2d21c647b8a9c34ca560c351bea6ddc85
#+core-system-rc.d1343a44b2baa7d2732a7de0df109009c04d81dbe6d22964887f5af83598179c
diff --git a/packages/userspace.environment b/packages/userspace.environment
@@ -24,4 +24,4 @@
#+fileset.f6f04ce01f2f3903f917b62be00ae696e8692478b44f946528379ebbb426eea0
#+logincaps.8e9f7e96eef8efbff3010abce4a360be2ab9c8675e2f90aaf4375bebf32e16f3
#+snaprep.9fc58ee4729913adada7f715d37f7af5b6ef324f46e73b27ea939323b83c5a46
-#+curl.4e55e78673fc55718f4db67cee8df3389658bebd7c2943f1dcadd939a723d3fb-
\ No newline at end of file
+#+curl.7e3b4ad51e80865c3cc3a5d9166915ea54e9ac5a3b042010ccb4500913664bbf+
\ No newline at end of file
diff --git a/templates/pkg/curl b/templates/pkg/curl
@@ -13,7 +13,8 @@ autotools_static curl-8.6.0 --disable-nls \
--disable-ldap \
--enable-websockets \
--without-libssh2 \
- --without-libpsl
+ --without-libpsl \
+ --disable-manual
check_static command/curl
make -C curl-8.6.0/tests