ostree fix build with new toolchain

This commit is contained in:
Ertuğrul Erata
2018-10-13 22:09:42 +03:00
parent 463dca9ab2
commit d52a8c7acf
3 changed files with 18 additions and 8 deletions
@@ -15,12 +15,10 @@ def setup():
shelltools.system("env NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--disable-silent-rules \
--enable-gtk-doc \
--without-selinux \
--with-curl \
--with-openssl \
--disable-static \
--enable-installed-tests=exclusive \
--enable-trivial-httpd-cmdline \
--disable-http2 \
--without-dracut \
@@ -28,7 +26,6 @@ def setup():
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()