Commit 30370cf1 authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Update gdbm.rb

Building gdm failed because of missing readline
parent 6b703f2c
...@@ -7,6 +7,8 @@ class Gdbm < Package ...@@ -7,6 +7,8 @@ class Gdbm < Package
source_url 'ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.13.tar.gz' source_url 'ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.13.tar.gz'
source_sha1 '7f2a8301497bbcac91808b011ca533380914fd21' source_sha1 '7f2a8301497bbcac91808b011ca533380914fd21'
depends_on 'readline'
def self.build def self.build
system './configure', '--disable-static', '--enable-shared', '--with-pic' system './configure', '--disable-static', '--enable-shared', '--with-pic'
system 'make' system 'make'
......
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