diff --git a/server/web/libmicrohttpd/actions.py b/server/web/libmicrohttpd/actions.py
index 66f3116bd4..a56545582f 100644
--- a/server/web/libmicrohttpd/actions.py
+++ b/server/web/libmicrohttpd/actions.py
@@ -9,14 +9,11 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
- autotools.autoreconf("-vfi")
autotools.configure("--disable-static \
--enable-shared \
- --enable-curl \
- --enable-largefile \
- --enable-messages")
-
- pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+ --disable-curl \
+ --disable-examples \
+ --enable-https")
def build():
autotools.make()
diff --git a/server/web/libmicrohttpd/pspec.xml b/server/web/libmicrohttpd/pspec.xml
index dcaa9553ee..d4f0a48bfa 100644
--- a/server/web/libmicrohttpd/pspec.xml
+++ b/server/web/libmicrohttpd/pspec.xml
@@ -8,16 +8,13 @@
PisiLinux Community
admins@pisilinux.org
- LGPLv2
+ LGPLv2+
library
A compact API and implementation of HTTP web server
libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.
http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.77.tar.gz
- texinfo
gnutls-devel
- libgcrypt-devel
- libgpg-error-devel
@@ -25,12 +22,8 @@
libmicrohttpd
gnutls
- libgcrypt
- libgpg-error
- /usr/bin/microspdy2http
- /usr/bin/demo
/usr/lib
/usr/share/man
/usr/share/info
@@ -56,6 +49,13 @@
+
+ 2023-05-31
+ 0.9.77
+ Package fixes.
+ Evgeny Grin (Karlson2)
+ k2k@narod.ru
+
2023-05-30
0.9.77