ModemManager-1.16.8 ver. bump

This commit is contained in:
Rmys
2021-08-04 18:15:15 +03:00
committed by GitHub
parent f360dba6a5
commit bc3a02fdd3
2 changed files with 22 additions and 5 deletions
+10 -2
View File
@@ -10,13 +10,21 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import get
def setup():
shelltools.system("./autogen.sh")
autotools.configure("--disable-static \
shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'")
#shelltools.system("./autogen.sh")
autotools.autoreconf("-fiv")
autotools.configure("--prefix=/usr --disable-static \
--enable-more-warnings=yes \
--with-udev-base-dir=/lib/udev \
--enable-gtk-doc \
--enable-plugin-qcom-soc \
--with-qmi=yes \
--with-mbim=yes \
--disable-rpath \
--disable-silent-rules \
--with-systemd-journal=no \
--with-systemd-suspend-resume=no \
--enable-introspection=no \
--with-polkit=permissive")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")