libnghttp2 ver. bump

This commit is contained in:
Rmys
2025-09-23 21:56:21 +03:00
parent 20a92c40b9
commit f5d7491d7a
2 changed files with 11 additions and 3 deletions
+3 -2
View File
@@ -9,11 +9,12 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-i")
autotools.autoreconf("-fi")
autotools.configure("--disable-hpack-tools \
--disable-python-bindings \
--disable-static \
--with-libxml2")
--with-libxml2 \
--enable-lib-only")
def build():
autotools.make()