Commit 0f6e5b3a authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #1411 from uberhacker/update-sqlite-package

Change --prefix configure option in sqlite package
parents 7e3b9ceb d3e33bda
......@@ -3,7 +3,7 @@ require 'package'
class Sqlite < Package
description 'SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.'
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_sha256 'd7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3'
......@@ -14,8 +14,8 @@ class Sqlite < Package
def self.build
system './configure',
"--prefix=#{CREW_PREFIX}",
"--libdir=#{CREW_LIB_PREFIX}",
"--prefix=#{CREW_LIB_PREFIX}",
'--disable-static',
'--enable-shared',
'--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