Commit e7d0a2c5 authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #1396 from uberhacker/update-aprutil-package

Update aprutil from 1.6.0-1 to 1.6.1
parents 97b70cce 8ad9a7a8
...@@ -3,9 +3,9 @@ require 'package' ...@@ -3,9 +3,9 @@ require 'package'
class Aprutil < Package class Aprutil < Package
description 'APR-util provides a number of helpful abstractions on top of APR.' description 'APR-util provides a number of helpful abstractions on top of APR.'
homepage 'http://apr.apache.org/' homepage 'http://apr.apache.org/'
version '1.6.0-1' version '1.6.1'
source_url 'http://apache.claz.org/apr/apr-util-1.6.0.tar.bz2' source_url 'https://apache.claz.org/apr/apr-util-1.6.1.tar.bz2'
source_sha256 '8474c93fa74b56ac6ca87449abe3e155723d5f534727f3f33283f6631a48ca4c' source_sha256 'd3e12f7b6ad12687572a3a39475545a072608f4ba03a6ce8a3778f607dd0035b'
binary_url ({ binary_url ({
}) })
...@@ -16,10 +16,11 @@ class Aprutil < Package ...@@ -16,10 +16,11 @@ class Aprutil < Package
depends_on 'expat' depends_on 'expat'
def self.build def self.build
system "./configure \ system './configure',
--prefix=#{CREW_PREFIX} \ "--prefix=#{CREW_PREFIX}",
--libdir=#{CREW_LIB_PREFIX} \ "--libdir=#{CREW_LIB_PREFIX}",
--with-apr=#{CREW_PREFIX}" "--with-apr=#{CREW_PREFIX}",
'--disable-maintainer-mode'
system "make" system "make"
end 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