Commit 973ff41c authored by saltedcoffii's avatar saltedcoffii Committed by GitHub

[Fix Package] libostree (#5143)

parent 0611b3ac
......@@ -19,7 +19,8 @@ class Libostree < Package
depends_on 'libxml2' => :build
def self.build
system "./autogen.sh #{CREW_OPTIONS} \
system "env NOCONFIGURE=1 ./autogen.sh"
system "./configure #{CREW_OPTIONS} \
--with-curl \
--without-libsystemd \
--with-avahi \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment