NetworkManager-1.30.0

This commit is contained in:
Rmys
2021-02-25 23:19:28 +03:00
committed by GitHub
parent e743a3183f
commit c9531f040b
2 changed files with 11 additions and 1 deletions
@@ -16,6 +16,9 @@ def setup():
#pisitools.dosed(f, "\$\(?localstatedir\)?(\/run\/(\$PACKAGE|NetworkManager))", "\\1")
#pisitools.dosed("configure.ac", "\/var(\/run\/ConsoleKit)", "\\1")
#pisitools.dosed("configure.ac", "^initscript", deleteLine=True)
shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'")
pisitools.cxxflags.add("-O2 -fPIC")
autotools.autoreconf("-fiv")
shelltools.system("intltoolize --force --copy --automake")