mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Update gdbm.rb
Building gdm failed because of missing readline
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user