Commit 9f9f8850 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #752 from flyingP0tat0/patch-1

Add readline dependency to gdbm
parents 6b703f2c 30370cf1
......@@ -7,6 +7,8 @@ class Gdbm < Package
source_url 'ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.13.tar.gz'
source_sha1 '7f2a8301497bbcac91808b011ca533380914fd21'
depends_on 'readline'
def self.build
system './configure', '--disable-static', '--enable-shared', '--with-pic'
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