Commit e5f13f59 authored by Casey Strouse's avatar Casey Strouse

Enable shared libs

Enable both C and C++ shared libraries.
parent b74806ce
......@@ -8,7 +8,7 @@ class Ncurses < Package
depends_on "diffutils"
def self.build
system "./configure CFLAGS=\" -fPIC\" --without-debug --prefix=/usr/local"
system "./configure CFLAGS=\" -fPIC\" --without-debug --prefix=/usr/local --with-shared --with-cxx-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