commit e3dcd723a7c6ea34331fbd16c80ab56eecbbf5a7
parent 47566c7f4a206f44f13ff3dd8176989a8f603220
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Thu, 22 Feb 2024 15:26:09 +0100
Remove libpsl dependency
Diffstat:
4 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/packages/curl b/packages/curl
@@ -69,7 +69,8 @@ autotools_static curl-8.6.0 --disable-nls \
--with-openssl \
--disable-ldap \
--enable-websockets \
- --without-libssh2
+ --without-libssh2 \
+ --without-libpsl
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.7134811bdafd819c8dca35c50b18885c3704765fe3220cfc125f27d1aafd31f9
+#+curl.4e55e78673fc55718f4db67cee8df3389658bebd7c2943f1dcadd939a723d3fb
#+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.7134811bdafd819c8dca35c50b18885c3704765fe3220cfc125f27d1aafd31f9-
\ No newline at end of file
+#+curl.4e55e78673fc55718f4db67cee8df3389658bebd7c2943f1dcadd939a723d3fb+
\ No newline at end of file
diff --git a/templates/pkg/curl b/templates/pkg/curl
@@ -12,7 +12,8 @@ autotools_static curl-8.6.0 --disable-nls \
--with-openssl \
--disable-ldap \
--enable-websockets \
- --without-libssh2
+ --without-libssh2 \
+ --without-libpsl
check_static command/curl
make -C curl-8.6.0/tests