summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-20 16:32:55 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-20 16:32:55 +0100
commit33f92f3466c9959e73e01f50861495162f681164 (patch)
tree2ec3f36c58a3d3e215778b5902d72a3c3256c894
parent517c30ea3c0f5064b56bec492ab7cdd255666004 (diff)
cygwin does not allow static linking, build shared ncurses progs
-rw-r--r--package/ncurses/Makefile1
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