Skip to content

Commit

Permalink
Update cross build dependencies to PostgreSQL-10.1 and OpenSSL-1.1.0g
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Dec 5, 2017
1 parent b19b5f4 commit 209ca8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile.cross
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class CrossLibrary < OpenStruct
self.host_platform = toolchain

# Cross-compilation constants
self.openssl_version = ENV['OPENSSL_VERSION'] || '1.1.0f'
self.postgresql_version = ENV['POSTGRESQL_VERSION'] || '9.6.3'
self.openssl_version = ENV['OPENSSL_VERSION'] || '1.1.0g'
self.postgresql_version = ENV['POSTGRESQL_VERSION'] || '10.1'

# Check if symlinks work in the current working directory.
# This fails, if rake-compiler-dock is running on a Windows box.
Expand Down

0 comments on commit 209ca8b

Please sign in to comment.