ostree fix build with new toolchain
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user