Commit d3e33bda authored by Ed Reel's avatar Ed Reel

Change --prefix configure option

parent 7e3b9ceb
...@@ -3,7 +3,7 @@ require 'package' ...@@ -3,7 +3,7 @@ require 'package'
class Sqlite < Package class Sqlite < Package
description 'SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.' description 'SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.'
homepage 'http://www.sqlite.org/' homepage 'http://www.sqlite.org/'
version '3.21.0' version '3.21.0-1'
source_url 'https://www.sqlite.org/2017/sqlite-autoconf-3210000.tar.gz' source_url 'https://www.sqlite.org/2017/sqlite-autoconf-3210000.tar.gz'
source_sha256 'd7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3' source_sha256 'd7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3'
...@@ -14,8 +14,8 @@ class Sqlite < Package ...@@ -14,8 +14,8 @@ class Sqlite < Package
def self.build def self.build
system './configure', system './configure',
"--prefix=#{CREW_PREFIX}",
"--libdir=#{CREW_LIB_PREFIX}", "--libdir=#{CREW_LIB_PREFIX}",
"--prefix=#{CREW_LIB_PREFIX}",
'--disable-static', '--disable-static',
'--enable-shared', '--enable-shared',
'--with-pic' '--with-pic'
......
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