Commit 5fdb1f96 authored by Ed Reel's avatar Ed Reel

Update to set --with-ensurepip option

parent e2c315b9
......@@ -22,8 +22,8 @@ class Python27 < Package
def self.build
# 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",
"LDFLAGS=-Wl,-rpath,-L#{CREW_PREFIX}/lib",
"--with-ensurepip=install", "--enable-shared"
"LDFLAGS=-Wl,-rpath,-L#{CREW_LIB_PREFIX}",
"--with-ensurepip=#{ARGV[0]}", "--enable-shared"
system "make"
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