mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
fix dependencies for packages to use the system openssl
This commit is contained in:
@@ -7,7 +7,8 @@ class Tmux < Package # name the pack
|
||||
|
||||
depends_on 'readline' # software dependencies
|
||||
depends_on 'libevent'
|
||||
depends_on 'openssl'
|
||||
# does this really depend on openssl? or just on libevent that depends on openssl
|
||||
depends_on 'openssl_devel'
|
||||
depends_on 'ncurses'
|
||||
|
||||
def self.build # self.build contains commands needed to build the software from source
|
||||
|
||||
Reference in New Issue
Block a user