Browse Source

cygwin does not allow static linking, build shared ncurses progs

Waldemar Brodkorb 15 years ago
parent
commit
33f92f3466
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/ncurses/Makefile

+ 1 - 0
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