Commit f6b12fcb authored by Casey Strouse's avatar Casey Strouse

Add missing prefix to configure

Without the prefix set to match the dest directory libtool's finish action kills ld.so.cache and the ability to resolve dynamic library mappings rendiering crew completely broken and requiring a bunch of manual triage.
parent 292ad8a7
......@@ -8,7 +8,7 @@ class Libtool < Package
depends_on 'buildessential'
def self.build
system "./configure"
system "./configure --prefix=/usr/local"
system "make"
end
......
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