diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 16:32:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 16:32:55 +0100 |
commit | 33f92f3466c9959e73e01f50861495162f681164 (patch) | |
tree | 2ec3f36c58a3d3e215778b5902d72a3c3256c894 /package | |
parent | 517c30ea3c0f5064b56bec492ab7cdd255666004 (diff) |
cygwin does not allow static linking, build shared ncurses progs
Diffstat (limited to 'package')
-rw-r--r-- | package/ncurses/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index 35da4cb09..c3997b060 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -48,6 +48,7 @@ pre-configure: (cd ${WRKBUILD}; rm -rf config.{cache,status} ; \ ./configure \ --with-build-cc=${HOSTCC} \ + --with-shared \ --with-progs \ ); ${MAKE} -C ${WRKBUILD}/include |