Commit 31e448b2 authored by Ed Reel's avatar Ed Reel

Update sha256 hashes for python27

parent 4262d049
...@@ -16,8 +16,8 @@ class Python27 < Package ...@@ -16,8 +16,8 @@ class Python27 < Package
binary_sha256 ({ binary_sha256 ({
aarch64: 'b9b46abdff0324b9b701cd8dc36f7658a5780029bc9f6b6f8c45efbc6bfaca53', aarch64: 'b9b46abdff0324b9b701cd8dc36f7658a5780029bc9f6b6f8c45efbc6bfaca53',
armv7l: 'b9b46abdff0324b9b701cd8dc36f7658a5780029bc9f6b6f8c45efbc6bfaca53', armv7l: 'b9b46abdff0324b9b701cd8dc36f7658a5780029bc9f6b6f8c45efbc6bfaca53',
i686: '52b3fed24888bf92e4424927c12d27187669eb5723377c7176e91bbc9990de36', i686: '3d18cf9af249c18eab193f7fd22137612555bb5b877304838f74cc13fba9ad5e',
x86_64: '3cc45031f1cbfa34d2232ad1628a358ab26fd03954b29d7d3c3832e84ffcdf2e', x86_64: '099a31f3584cf2c0e65beeaace1b2c995d5fb64c8891fd0dce75c3cc7f8a6503',
}) })
depends_on 'bz2' => :build depends_on 'bz2' => :build
...@@ -31,7 +31,7 @@ class Python27 < Package ...@@ -31,7 +31,7 @@ class Python27 < Package
# python requires to use /usr/local/lib, so leave as is but specify -rpath # python requires to use /usr/local/lib, so leave as is but specify -rpath
system "./configure", "CPPFLAGS=-I#{CREW_PREFIX}/include/ncurses -I#{CREW_PREFIX}/include/ncursesw", system "./configure", "CPPFLAGS=-I#{CREW_PREFIX}/include/ncurses -I#{CREW_PREFIX}/include/ncursesw",
"LDFLAGS=-Wl,-rpath,-L#{CREW_LIB_PREFIX}", "LDFLAGS=-Wl,-rpath,-L#{CREW_LIB_PREFIX}",
"--with-ensurepip=yes", "--enable-shared" "--with-ensurepip=install", "--enable-shared"
system "make" system "make"
end end
......
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